- Timestamp:
- 07/15/05 09:21:50 (19 years ago)
- Location:
- pykota/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/NEWS
r2345 r2365 22 22 PyKota NEWS : 23 23 24 - 1.23alpha18 : 25 26 - Increased the timeout in the PJL hardware accounting code to 27 accomodate some printers (HP5000 at least). 28 24 29 - 1.23alpha17 : 25 30 -
pykota/trunk/pykota/accounters/pjl.py
r2353 r2365 35 35 36 36 # Here's the real thing : 37 TIMEOUT = 337 TIMEOUT = 5 38 38 39 39 # Old method : pjlMessage = "\033%-12345X@PJL USTATUSOFF\r\n@PJL INFO STATUS\r\n@PJL INFO PAGECOUNT\r\n\033%-12345X" -
pykota/trunk/pykota/version.py
r2345 r2365 22 22 # 23 23 24 __version__ = "1.23alpha1 7_unofficial"24 __version__ = "1.23alpha18_unofficial" 25 25 26 26 __doc__ = "PyKota : a complete Printing Quota Solution for CUPS and LPRng."