Mercurial > hg-website
view hgwebsite.wsgi @ 481:23ff698c5dbb
downloads: fix download on front page since c65b81353b8f
author | Kevin Bullock <kbullock+mercurial@ringworld.org> |
---|---|
date | Wed, 05 Jul 2017 14:22:48 -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