Changeset 1216
- Timestamp:
- 11/25/03 22:54:05 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/FAQ
r1199 r1216 122 122 /join #pykota 123 123 124 124 Send any new questions to Jerome Alet - <alet@librelogiciel.com> -
pykota/trunk/pykota/tool.py
r1211 r1216 22 22 # 23 23 # $Log$ 24 # Revision 1.60 2003/11/25 21:54:05 jalet 25 # updated FAQ 26 # 24 27 # Revision 1.59 2003/11/25 13:33:43 jalet 25 28 # Puts 'root' instead of '' when printing from CUPS web interface (which … … 631 634 self.options, \ 632 635 self.originalbackend) = self.extractInfoFromCupsOrLprng() 636 self.username = self.username or 'root' 633 637 self.preserveinputfile = self.inputfile 634 638 self.accounter = openAccounter(self) … … 668 672 printerhostname, \ 669 673 os.environ.get("PRINTER"), \ 670 sys.argv[2].strip() or 'root', \674 sys.argv[2].strip(), \ 671 675 sys.argv[1].strip(), \ 672 676 inputfile, \