view hgwebsite.wsgi @ 477:aec3b193e5af

fix indentation of download button content
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Wed, 10 May 2017 11:46: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