- Timestamp:
- 18/07/07 11:22:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/ows_framework/trunk/ows_server/ows_server/config/ndgMiddleware.py
r2703 r2736 2 2 from paste.deploy import CONFIG 3 3 from ows_server.models.Utilities import myConfig 4 5 4 class ndgMiddleware: 6 5 … … 11 10 12 11 #set up the ndg configuration file 13 cf=CONFIG.get('configfile') 12 13 #Changed by Dom: CONFIG.get wasn't respecting the %(home)s variable, so moved to app_conf section in ini file. 14 #cf=CONFIG.get('configfile') 15 cf= CONFIG['app_conf']['configfile'] 14 16 cf=myConfig(cf) 15 17
Note: See TracChangeset
for help on using the changeset viewer.