hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 24 Sep 2018 20:10:01 -0700
changeset 39827 a6088d10d5f2
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
py3: ensure _start_response() is called with system string This was preventing HTTP 500's from being sent in Python 3. Differential Revision: https://phab.mercurial-scm.org/D4730

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