Changeset 2618
- Timestamp:
- 01/13/06 21:49:10 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounters/snmp.py
r2617 r2618 196 196 def retrieveInternalPageCounter(self) : 197 197 """Returns the page counter from the printer via internal SNMP handling.""" 198 self.waitPrinting()199 198 try : 200 199 if (os.environ.get("PYKOTASTATUS") != "CANCELLED") and \