grim/hgkeeper

901847118d44
file isExecutable
Update golang.org/x/crypto to mitigate CVE-2020-29652
#!/usr/bin/env python3
config = b'{{.HGWEB_CONFIG}}'
from mercurial import demandimport; demandimport.enable()
from mercurial.hgweb import hgweb, wsgicgi
application = hgweb(config)
wsgicgi.launch(application)