hgext/__init__.py
author Augie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 16:58:37 -0400
changeset 33967 00658bb0dfd5
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: update test-merge-symlinks to pass our import checker

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