view hgwebsite.wsgi @ 466:a0b3fca548d1

thepage: link to new URL for hg-logo
author Kevin Bullock <kbullock+mercurial@ringworld.org>
date Fri, 30 Sep 2016 16:37:05 -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