Changeset 2620
- Timestamp:
- 01/13/06 21:55:02 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounters/pjl.py
r2619 r2620 187 187 def retrieveInternalPageCounter(self) : 188 188 """Returns the page counter from the printer via internal PJL handling.""" 189 self.waitPrinting()190 189 try : 191 190 if (os.environ.get("PYKOTASTATUS") != "CANCELLED") and \