Mercurial > hg-website
view hgwebsite.wsgi @ 438:5f35d50faa86
Mark Python 2.4/2.5 as not supported
Point to supported python versions wiki page
author | timeless@gmail.com |
---|---|
date | Fri, 04 Dec 2015 04:31:27 -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