Show
Ignore:
Timestamp:
07/16/03 23:53:08 (21 years ago)
Author:
jalet
Message:

Really big modifications wrt new configuration file's location and content.

Files:
1 modified

Legend:

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

    r1079 r1087  
    2121# 
    2222# $Log$ 
     23# Revision 1.47  2003/07/16 21:53:08  jalet 
     24# Really big modifications wrt new configuration file's location and content. 
     25# 
    2326# Revision 1.46  2003/07/09 20:17:07  jalet 
    2427# Email field added to PostgreSQL schema 
     
    223226        # pykota specific stuff 
    224227        self.documentation = doc 
    225         self.config = config.PyKotaConfig("/etc") 
     228        self.config = config.PyKotaConfig("/etc/pykota") 
    226229        self.logger = logger.openLogger(self) 
    227230        self.storage = storage.openConnection(self)