Show
Ignore:
Timestamp:
05/18/04 16:49:34 (20 years ago)
Author:
jalet
Message:

Big code changes to completely remove the need for "requester" directives,
jsut use "hardware(... your previous requester directive's content ...)"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r1481 r1483  
    2222# 
    2323# $Log$ 
     24# Revision 1.88  2004/05/18 14:49:20  jalet 
     25# Big code changes to completely remove the need for "requester" directives, 
     26# jsut use "hardware(... your previous requester directive's content ...)" 
     27# 
    2428# Revision 1.87  2004/05/17 19:14:59  jalet 
    2529# Now catches SIGPIPE and SIGCHLD 
     
    764768         self.options, \ 
    765769         self.originalbackend) = self.extractInfoFromCupsOrLprng() 
    766         self.username = self.username or 'root'  
     770        self.username = self.username or 'root' # when printing test page from CUPS web interface, username is empty 
    767771        if self.config.getUserNameToLower() : 
    768772            self.username = self.username.lower()