grim/hgkeeper

Remove unused environment variable

12 months ago, aklitzing
cc7d4b7251eb
file isExecutable
Remove unused environment variable

It is not necessary since c10e152f5523.

Reviewed at https://reviews.imfreedom.org/r/2447/
#!/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)