grim/hgkeeper

Tell go mod we support golang 1.17 now

2021-12-05, Gary Kramlich
6d4da6cbaf26
file isExecutable
Tell go mod we support golang 1.17 now
#!/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)