Mercurial > hg-website
view hgwebsite.wsgi @ 492:0cd22a550a68
about: replace OpenJDK repository example by nginx repository
OpenJDK does not use Mercurial anymore and nginx uses it.
author | "Stephane" <stephane@yaal.fr> |
---|---|
date | Mon, 12 Oct 2020 17:07:26 +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