diff options
| author | Donald Stufft <donald@stufft.io> | 2013-06-08 20:54:20 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2013-06-08 20:54:20 -0400 |
| commit | b01a40d8fcb814118d5ed13882f3f1ad907afb67 (patch) | |
| tree | 4c6e4480b83b68fc635c33a9b6829f5c8034d7cb | |
| parent | 707db3b727dcd8ad99171e65be7df7725e11d027 (diff) | |
| download | decorator-b01a40d8fcb814118d5ed13882f3f1ad907afb67.tar.gz | |
Simplify
| -rw-r--r-- | pypi.wsgi | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ from functools import partial store.keep_conn = True -PREFIX = os.path.dirname(__file__) -CONFIG_FILE = os.environ.get("PYPI_CONFIG", os.path.join(PREFIX, "config.ini")) +CONFIG_FILE = os.path.join(PREFIX, "config.ini") class Request: |
