view hgwebsite.wsgi @ 460:10304bad6faf

who: use https:// URLs The remaining http:// URLs are either necessary or will be updated in a subsequent patch.
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 14 Jul 2016 22:16:57 -0700
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