hgext/__init__.py
author Augie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 15:51:24 -0400
changeset 33958 163b6b7f333c
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: update test-hardlinks to pass our import checker

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