Mercurial > hg-website
view hgwebsite.wsgi @ 493:5284da57c604 default tip
display needed flag option to send patch for the website
author | "Stephane" <stephane@yaal.fr> |
---|---|
date | Mon, 26 Oct 2020 14:55:33 +0100 |
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