From 3f678c4e0ba791054216cdb9fb25d1ccfd706737 Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Tue, 6 Dec 2005 14:09:53 -0500 Subject: Moved common settings into common.cfg --- beweb/beweb-start.py | 1 + 1 file changed, 1 insertion(+) (limited to 'beweb/beweb-start.py') 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")): -- cgit