Mercurial > hg-website
view hgwebsite.wsgi @ 450:cdbc92f4e7d0
quickstart: technically, a directory is a file, but let's be more specific
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 28 Mar 2016 17:07:17 +0800 |
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