diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-06 14:09:53 -0500 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-06 14:09:53 -0500 |
commit | 3f678c4e0ba791054216cdb9fb25d1ccfd706737 (patch) | |
tree | 67886ac89dbe3f2a09be7d370be90d2636ae4421 /beweb/beweb-start.py | |
parent | b2dfdb3299495c33f44755aecf43c726b4482be0 (diff) | |
download | bugseverywhere-3f678c4e0ba791054216cdb9fb25d1ccfd706737.tar.gz |
Moved common settings into common.cfg
Diffstat (limited to 'beweb/beweb-start.py')
-rwxr-xr-x | beweb/beweb-start.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/beweb/beweb-start.py b/beweb/beweb-start.py index 30c7de6..3f0f0a6 100755 --- a/beweb/beweb-start.py +++ b/beweb/beweb-start.py @@ -10,6 +10,7 @@ import sys # if it's not on the command line, then # look for setup.py in this directory. If it's not there, this script is # probably installed +cherrypy.config.update(file="common.cfg") if len(sys.argv) > 1: cherrypy.config.update(file=sys.argv[1]) elif exists(join(dirname(__file__), "setup.py")): |