Mercurial > hg-website
view hgwebsite.wsgi @ 467:8a0dad3adbf7
downloads: link to new main repo
author | Kevin Bullock <kbullock+mercurial@ringworld.org> |
---|---|
date | Fri, 30 Sep 2016 16:37:49 -0500 |
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