Changeset 2365 for pykota/trunk/pykota

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

Increased the timeout

Location:
pykota/trunk/pykota
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • 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."