Mercurial > hg-website
view hgwebsite.wsgi @ 422:7a012507c825 engored/a-quote-and-a-whitespace-1415273452391
A quote and a whitespace
author | Anton Shestakov <engored@ya.ru> |
---|---|
date | Thu, 06 Nov 2014 11:30:55 +0000 |
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