Created
January 17, 2012 06:02
-
-
Save jun66j5/1625086 to your computer and use it in GitHub Desktop.
tram/standalone.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
from trac.web import standalone | |
from tram.main import dispatch_request | |
# XXX Monkey patch! | |
standalone.dispatch_request = dispatch_request | |
standalone.main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment