Changeset 2365

Show
Ignore:
Timestamp:
07/15/05 09:21:50 (19 years ago)
Author:
jerome
Message:

Increased the timeout

Location:
pykota/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/NEWS

    r2345 r2365  
    2222PyKota NEWS : 
    2323        
     24    - 1.23alpha18 : 
     25      
     26        - Increased the timeout in the PJL hardware accounting code to 
     27          accomodate some printers (HP5000 at least). 
     28           
    2429    - 1.23alpha17 : 
    2530     
  • pykota/trunk/pykota/accounters/pjl.py

    r2353 r2365  
    3535 
    3636# Here's the real thing : 
    37 TIMEOUT = 3 
     37TIMEOUT = 5 
    3838 
    3939# 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  
    2222# 
    2323 
    24 __version__ = "1.23alpha17_unofficial" 
     24__version__ = "1.23alpha18_unofficial" 
    2525 
    2626__doc__ = "PyKota : a complete Printing Quota Solution for CUPS and LPRng."