hgext/__init__.py
author Augie Fackler <augie@google.com>
Mon, 24 Jul 2017 20:34:08 -0400
branchstable
changeset 33593 441a4550a80a
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: update mac packaging test expectations Some more files are included these days.

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