Changeset 698 for pykota/trunk/pykota/tool.py
- Timestamp:
- 02/05/03 23:10:29 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r695 r698 15 15 # 16 16 # $Log$ 17 # Revision 1.2 2003/02/05 22:10:29 jalet 18 # Typos 19 # 17 20 # Revision 1.1 2003/02/05 21:28:17 jalet 18 21 # Initial import into CVS … … 43 46 """Initializes the command line tool.""" 44 47 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) 46 49 self.storage = storage.openConnection(self.config, asadmin=(not isfilter)) 47 50 self.printername = os.environ.get("PRINTER", None)