grim/hgkeeper

Add binaries to the convey.yml

24 months ago, Gary Kramlich
6118b5de7042
file isExecutable
Add binaries to the convey.yml
#!/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)