view hgwebsite.wsgi @ 421:4224eebf4d95

in the folders -> in those folders.
author drak@kaverne
date Thu, 18 Sep 2014 18:16:56 +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