summaryrefslogtreecommitdiff
path: root/pypi.py
diff options
context:
space:
mode:
authorrichard <devnull@localhost>2006-07-07 15:31:16 +0000
committerrichard <devnull@localhost>2006-07-07 15:31:16 +0000
commite85801a61161d0e93ba941a646b79ef32c828e27 (patch)
tree8593cfdc109957d317e82b5a800bc3e6fb746a60 /pypi.py
parent6d1c8d3d6607aa3190490586586dc2548aba22fd (diff)
downloaddecorator-e85801a61161d0e93ba941a646b79ef32c828e27.tar.gz
path changes for ximinez
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)