Changeset 2884 for pykota/trunk/bin/cupspykota
- Timestamp:
- 05/11/06 16:28:12 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r2883 r2884 579 579 os.environ["PYKOTAPRINTERMAXJOBSIZE"] = str(self.Printer.MaxJobSize or _("Unlimited")) 580 580 os.environ["PYKOTAPRINTERPASSTHROUGHMODE"] = (self.Printer.PassThrough and _("ON")) or _("OFF") 581 os.environ["PYKOTAPRICEPERPAGE"] = str(self.Printer.PricePerPage or 0) 582 os.environ["PYKOTAPRICEPERJOB"] = str(self.Printer.PricePerJob or 0) 581 583 self.logdebug("Environment updated.") 582 584