Changeset 2970 for web/branches/test/trac/cgi-bin/trac.wsgi
- Timestamp:
- Oct 18, 2008, 9:55:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/cgi-bin/trac.wsgi
r2834 r2970 22 22 23 23 def application(environ, start_request): 24 environ['trac.env_path'] = '/srv/caca.zoy.org/var/lib/trac '24 environ['trac.env_path'] = '/srv/caca.zoy.org/var/lib/trac-test' 25 25 if 'PYTHON_EGG_CACHE' not in os.environ: 26 26 pkg_resources.set_extraction_path(tempfile.gettempdir())
Note: See TracChangeset
for help on using the changeset viewer.