Changeset 3509
- Timestamp:
- 10/12/09 10:04:09 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounters/hardware.py
r3489 r3509 110 110 The external command must report the life time page number of the printer on stdout. 111 111 """ 112 skipinitialwait = self.filter.config.getPrinterSkipInitialWait( printer)112 skipinitialwait = self.filter.config.getPrinterSkipInitialWait(self.filter.PrinterName) 113 113 commandline = self.arguments.strip() % locals() 114 114 cmdlower = commandline.lower()