Mercurial > hg-website
view hgwebsite.wsgi @ 464:53e90a523b43
templates: update links to the book
author | Mathias De Maré <mathias.demare@gmail.com> |
---|---|
date | Wed, 26 Oct 2016 21:47:30 +0200 |
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