Changeset 3145 for pykota/trunk
- Timestamp:
- 02/16/07 15:38:32 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounters/snmp.py
r3133 r3145 90 90 }, 91 91 ] 92 93 # TODO : make the following list configurable at runtime, possibly per printer. 92 94 errorConditions = [ 'No Paper', 93 95 # 'No Toner', … … 104 106 # WARNING : some printers don't support this one : 105 107 prtConsoleDisplayBufferTextOID = "1.3.6.1.2.1.43.16.5.1.2.1.1" # SNMPv2-SMI::mib-2.43.16.5.1.2.1.1 106 107 108 class BaseHandler : 108 109 """A class for SNMP print accounting."""