diff options
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")): |