view hgwebsite.wsgi @ 430:b956b40a4278 engored/a-quote-and-a-whitespace-1415273452391

close
author Sean Farley <sean@farley.io>
date Tue, 22 Mar 2016 21:18:46 -0700
parents 4d4c4b73808e
children
line wrap: on
line source

import sys, os
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
from hgwebsite import app as application