Mercurial > hg-website
view hgwebsite.wsgi @ 484:a39012663778
downloads: reflect Python 2.6 deprecation
Mercurial 4.3 drops support for Python 2.6. Update the
downloads page to reflect that.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Fri, 28 Jul 2017 22:28:24 -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