Changeset 2834 for trac/cgi-bin/trac.wsgi
- Timestamp:
- Sep 27, 2008, 11:10:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trac/cgi-bin/trac.wsgi
r2685 r2834 22 22 23 23 def application(environ, start_request): 24 environ['trac.env_path'] = '/srv/ libcaca.zoy.org/var/lib/trac'24 environ['trac.env_path'] = '/srv/caca.zoy.org/var/lib/trac' 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.