Changeset 3145

Show
Ignore:
Timestamp:
02/16/07 15:38:32 (17 years ago)
Author:
jerome
Message:

Added something TODO.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/snmp.py

    r3133 r3145  
    9090                                    }, 
    9191                                  ]   
     92                                   
     93# TODO : make the following list configurable at runtime, possibly per printer.                                   
    9294errorConditions = [ 'No Paper', 
    9395                    # 'No Toner', 
     
    104106# WARNING : some printers don't support this one :                   
    105107prtConsoleDisplayBufferTextOID = "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  
    107108class BaseHandler : 
    108109    """A class for SNMP print accounting."""