hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Mar 2018 15:18:29 -0700
changeset 36903 803e0fc0cc9a
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
hgweb: replace PATH_INFO with dispatchpath This was the last consumer of wsgireq.env from our WSGI applications! (Although indirect consumers of this attribute exist in wsgirequest.respond().) Differential Revision: https://phab.mercurial-scm.org/D2825

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)