Mercurial > hg-website
view hgwebsite.wsgi @ 480:6f3cfd6dcc28
downloads: replace yum with dnf for fedora instructions
author | David Demelier <markand@malikania.fr> |
---|---|
date | Mon, 03 Jul 2017 08:18:57 +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