summaryrefslogtreecommitdiff
path: root/pypi.wsgi
diff options
context:
space:
mode:
authorrichard <devnull@localhost>2012-03-13 21:17:54 +0000
committerrichard <devnull@localhost>2012-03-13 21:17:54 +0000
commit7761312cb054c36cf3dbd1e064e1670a49e6d81e (patch)
treeb384463fa637fc24da7ab9cc7f49641c271b5e8d /pypi.wsgi
parentd7ef232d6049dadf531d48160855a6a9301a1813 (diff)
downloaddecorator-7761312cb054c36cf3dbd1e064e1670a49e6d81e.tar.gz
roll in change from production
Diffstat (limited to 'pypi.wsgi')
-rw-r--r--pypi.wsgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/pypi.wsgi b/pypi.wsgi
index e8e2e80..edfdd62 100644
--- a/pypi.wsgi
+++ b/pypi.wsgi
@@ -6,7 +6,7 @@ import cStringIO, webui, store, config
store.keep_conn = True
-CONFIG_FILE = 'config.ini'
+CONFIG_FILE = os.path.join(prefix, 'config.ini')
class Request: