- Timestamp:
- 11/25/03 14:33:43 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r1200 r1211 22 22 # 23 23 # $Log$ 24 # Revision 1.59 2003/11/25 13:33:43 jalet 25 # Puts 'root' instead of '' when printing from CUPS web interface (which 26 # gives an empty username) 27 # 24 28 # Revision 1.58 2003/11/21 14:28:45 jalet 25 29 # More complete job history. … … 664 668 printerhostname, \ 665 669 os.environ.get("PRINTER"), \ 666 sys.argv[2].strip() , \670 sys.argv[2].strip() or 'root', \ 667 671 sys.argv[1].strip(), \ 668 672 inputfile, \