grim/hgkeeper

A few more typoes in the docs
v1.0.0
24 months ago, Gary Kramlich
b1bb1f180fee
file isExecutable
A few more typoes in the docs
#!/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)