grim/hgkeeper

Instally pygments into the default image

18 months ago, Gary Kramlich
119639a05934
file isExecutable
Instally pygments into the default image
#!/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)