Changeset 1216

Show
Ignore:
Timestamp:
11/25/03 22:54:05 (20 years ago)
Author:
jalet
Message:

updated FAQ

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/FAQ

    r1199 r1216  
    122122        /join #pykota 
    123123         
    124      
     124Send any new questions to Jerome Alet - <alet@librelogiciel.com> 
  • pykota/trunk/pykota/tool.py

    r1211 r1216  
    2222# 
    2323# $Log$ 
     24# Revision 1.60  2003/11/25 21:54:05  jalet 
     25# updated FAQ 
     26# 
    2427# Revision 1.59  2003/11/25 13:33:43  jalet 
    2528# Puts 'root' instead of '' when printing from CUPS web interface (which 
     
    631634         self.options, \ 
    632635         self.originalbackend) = self.extractInfoFromCupsOrLprng() 
     636        self.username = self.username or 'root'  
    633637        self.preserveinputfile = self.inputfile  
    634638        self.accounter = openAccounter(self) 
     
    668672                    printerhostname, \ 
    669673                    os.environ.get("PRINTER"), \ 
    670                     sys.argv[2].strip() or 'root', \ 
     674                    sys.argv[2].strip(), \ 
    671675                    sys.argv[1].strip(), \ 
    672676                    inputfile, \