Mercurial > hg-website
view hgwebsite.wsgi @ 455:f6d8312a5c48
downloads: crew -> committed
author | Kevin Bullock <kbullock+mercurial@ringworld.org> |
---|---|
date | Wed, 11 May 2016 15:30:31 -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