view hgwebsite.wsgi @ 449:634c8c450e9d

templates: make current links to selenic.com use https
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 23 Mar 2016 14:01:24 +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