gcc484ntopperl-5.22
Last change
on this file since cd5d2d4 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
189 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | import os |
---|
| 2 | |
---|
| 3 | os.environ['TRAC_ENV_PARENT_DIR'] = '/home/system/trac' |
---|
| 4 | os.environ['PYTHON_EGG_CACHE'] = '/tmp/trac-egg-cache' |
---|
| 5 | |
---|
| 6 | import trac.web.main |
---|
| 7 | application = trac.web.main.dispatch_request |
---|
Note: See
TracBrowser
for help on using the repository browser.