view hgwebsite.wsgi @ 488:7eaad1ed8c74

who: remove OpenJDK They unfortunately moved to GitHub. https://openjdk.java.net/jeps/369
author David Demelier <markand@malikania.fr>
date Sat, 25 Jul 2020 10:10:56 +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