- Timestamp:
- 18/07/07 11:22:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/models/Utilities.py
r2646 r2736 25 25 self.config=ConfigParser.ConfigParser() 26 26 if not os.path.exists(configfile): 27 28 27 raise ValueError("Config file [%s] doesn't exist in [%s]"%(configfile,os.getcwd())) 29 28 self.config.read(configfile)
Note: See TracChangeset
for help on using the changeset viewer.