summaryrefslogtreecommitdiff
path: root/pypi.py
diff options
context:
space:
mode:
Diffstat (limited to 'pypi.py')
-rwxr-xr-xpypi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pypi.py b/pypi.py
index 28652ef..123c68b 100755
--- a/pypi.py
+++ b/pypi.py
@@ -24,7 +24,7 @@ class RequestWrapper:
def handle(req):
req.content_type = req.headers_out['Content-Type'] = 'text/html'
- cfg = config.Config('/Users/richard/src/pypi/pypi/config.ini', 'webui')
+ cfg = config.Config('/data/pypi/config.ini', 'webui')
s = req.read()
rfile = StringIO.StringIO(s)
request = RequestWrapper(cfg, rfile, req)