hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 23 Jan 2019 17:45:11 -0800
changeset 41354 84707d9e77a0
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: write directly to stdout to avoid b'' prefixes This enables the test to pass on Python 3. Differential Revision: https://phab.mercurial-scm.org/D5668

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