view hgext/__init__.py @ 36044:3b4d14beac3d

py3: port ext-phase-report.py extension The custom module importer doesn't run on Python files in the tests directory. So we need the source to be compatible with both Python 2 and 3. Differential Revision: https://phab.mercurial-scm.org/D2145
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 11 Feb 2018 13:32:18 -0800
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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