view hgwebsite.wsgi @ 487:b0e3c6141a78

who: remove Python, OpenSolaris and add nginx
author David Demelier <markand@malikania.fr>
date Fri, 26 Jul 2019 14:27:08 +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