grim/hgkeeper

Fix a typo in the readme

24 months ago, Gary Kramlich
a2f020bc5a00
file isExecutable
Fix a typo in the readme
#!/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)