hgext/__init__.py
author Augie Fackler <augie@google.com>
Tue, 08 Aug 2017 15:07:05 -0400
changeset 33710 2e43c5cd57a7
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: fix up test-run-tests failures on Python 3.6 Some of the recent work on run-tests.py didn't work on Python 3. This fixes the regressions. Differential Revision: https://phab.mercurial-scm.org/D270

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