view hgwebsite.wsgi @ 433:6a4a877e0e1a

Merged in av6/hg-website (pull request #5) Make overflow-x explicitly visible for pre & .output
author David Soria Parra <sn_@gmx.net>
date Tue, 01 Dec 2015 09:54:09 -0800
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