view hgwebsite.wsgi @ 474:68ea82e8ff7c

downloads: add link to PPA for ubuntu/debian
author heatherboo <heather.j.booker@gmail.com>
date Sat, 25 Feb 2017 12:36:03 -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