Changeset 1247

Show
Ignore:
Timestamp:
01/02/04 18:38:40 (20 years ago)
Author:
jalet
Message:

This time it should be better...

Files:
1 modified

Legend:

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

    r1246 r1247  
    2222# 
    2323# $Log$ 
     24# Revision 1.68  2004/01/02 17:38:40  jalet 
     25# This time it should be better... 
     26# 
    2427# Revision 1.67  2004/01/02 17:37:09  jalet 
    2528# I'm completely stupid !!! Better to not talk while coding ! 
     
    297300        self.documentation = doc 
    298301        self.config = config.PyKotaConfig("/etc/pykota") 
    299         self.logger = logger.openLogger(self, self.config.getLoggingBackend()) 
     302        self.logger = logger.openLogger(self.config.getLoggingBackend()) 
    300303        self.debug = self.config.getDebug() 
    301304        self.storage = storage.openConnection(self)