view hgwebsite.wsgi @ 485:ddff2dfaa572

downloads: update latest python 2.6 compatible release Replace link from 4.2.2 to 4.2.3 after the security exceptional release.
author Boris Feld <boris.feld@octobus.net>
date Mon, 14 Aug 2017 14:12:11 +0200
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