Author: dmeyer
Date: Wed Feb  7 19:21:55 2007
New Revision: 9172

Modified:
   trunk/ui/src/config.py

Log:
make local_conf2.py the override file

Modified: trunk/ui/src/config.py
==============================================================================
--- trunk/ui/src/config.py      (original)
+++ trunk/ui/src/config.py      Wed Feb  7 19:21:55 2007
@@ -100,7 +100,7 @@
     if isinstance(has_config, str):
         overridefile = has_config
     else:
-        overridefile = dirname + '/local_conf.py'
+        overridefile = dirname + '/local_conf2.py'
     if os.path.isfile(overridefile):
         log.info('Loading cfg overrides: %s' % overridefile)
         execfile(overridefile, globals(), locals())

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to