Changeset 2637
- Timestamp:
- 02/02/06 10:42:32 (19 years ago)
- Location:
- pykota/trunk/pykota/accounters
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounters/pjl.py
r2625 r2637 33 33 ITERATIONDELAY = 1 # 1 Second 34 34 STABILIZATIONDELAY = 3 # We must read three times the same value to consider it to be stable 35 NOPRINTINGMAXDELAY = 30 # The printer must begin to print within 30 seconds.35 NOPRINTINGMAXDELAY = 60 # The printer must begin to print within 60 seconds. 36 36 37 37 # Here's the real thing : -
pykota/trunk/pykota/accounters/snmp.py
r2625 r2637 25 25 ITERATIONDELAY = 1.5 # 1.5 Second 26 26 STABILIZATIONDELAY = 3 # We must read three times the same value to consider it to be stable 27 NOPRINTINGMAXDELAY = 30 # The printer must begin to print within 30 seconds.27 NOPRINTINGMAXDELAY = 60 # The printer must begin to print within 60 seconds. 28 28 29 29 import sys