hgext/__init__.py
author Augie Fackler <raf@durin42.com>
Thu, 02 Mar 2017 20:07:35 -0500
branchstable
changeset 31137 25703b624d27
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
merge with i18n

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