- Timestamp:
- 05/04/04 05:14:35 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkpgcounter
r1430 r1447 24 24 # 25 25 # $Log$ 26 # Revision 1.2 2004/05/04 03:14:26 jalet 27 # fixed copy&paste problem in pkpgcounter 28 # 26 29 # Revision 1.1 2004/04/08 17:07:42 jalet 27 30 # pkpgcounter added … … 64 67 (data.find("LANGUAGE = PCL") != -1) or \ 65 68 (data.find("LANGUAGE = Pcl") != -1))) : 69 return 1 70 else : 71 return 0 66 72 67 73 def pcl(infile) : -
pykota/trunk/NEWS
r1437 r1447 22 22 PyKota NEWS : 23 23 24 - 1.19alpha4 : 25 26 - a bad copy&paste prevented pkpgcounter to work at all, this 27 is now fixed. 28 24 29 - 1.19alpha3 : 25 30 -
pykota/trunk/pykota/version.py
r1437 r1447 22 22 # 23 23 24 __version__ = "1.19alpha 3_unofficial"24 __version__ = "1.19alpha4_unofficial" 25 25 26 26 __doc__ = """PyKota : a complete Printing Quota Solution for CUPS and LPRng."""