Mercurial > hg-website
view hgwebsite.wsgi @ 489:175611e81401
footer: remove Google plus link
author | "Stephane" <stephane@yaal.fr> |
---|---|
date | Wed, 23 Sep 2020 12:17:53 +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