view hgwebsite.wsgi @ 432:1d69d2b8e4b8

Merged in martin-devision-bg/hg-website/martin-devision-bg/link-to-quick-start-in-the-easy-to-use-s-1425244320970 (pull request #6) Link to "Quick Start" in the "Easy to use" section does not work with the trailing slash :]
author David Soria Parra <sn_@gmx.net>
date Tue, 01 Dec 2015 09:52:26 -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