Changeset 2829 for pykota/trunk/bin/pkprinters
- Timestamp:
- 04/04/06 11:16:53 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkprinters
r2789 r2829 29 29 import pwd 30 30 31 from pykota.tool import Percent, PyKotaTool, PyKota ToolError, PyKotaCommandLineError, crashed, N_31 from pykota.tool import Percent, PyKotaTool, PyKotaCommandLineError, crashed, N_ 32 32 from pykota.storage import StoragePrinter 33 33 … … 227 227 if self.isValidName(pname) : 228 228 printer = StoragePrinter(self.storage, pname) 229 self.modifyPrinter(printer, charges, perpage, perjob, \229 self.modifyPrinter(printer, charges, perpage, perjob, \ 230 230 description, passthrough, \ 231 231 nopassthrough, maxjobsize)