import os

os.environ['TRAC_ENV_PARENT_DIR'] = 'C:/projects/trac'

import trac.web.main
application = trac.web.main.dispatch_request

