view hgwebsite.wsgi @ 420:934061e0f672

note: link to FAQ instead of giving *nixy command.
author drak@kaverne
date Thu, 18 Sep 2014 12:53:35 +0200
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