Show
Ignore:
Timestamp:
02/05/03 23:10:29 (21 years ago)
Author:
jalet
Message:

Typos

Files:
1 modified

Legend:

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

    r695 r698  
    1515# 
    1616# $Log$ 
     17# Revision 1.2  2003/02/05 22:10:29  jalet 
     18# Typos 
     19# 
    1720# Revision 1.1  2003/02/05 21:28:17  jalet 
    1821# Initial import into CVS 
     
    4346        """Initializes the command line tool.""" 
    4447        self.config = config.PyKotaConfig(os.environ.get("CUPS_SERVERROOT", "/etc/cups")) 
    45         self.logger = logger.Logger(self.config) 
     48        self.logger = logger.openLogger(self.config) 
    4649        self.storage = storage.openConnection(self.config, asadmin=(not isfilter)) 
    4750        self.printername = os.environ.get("PRINTER", None)