hgext3rd/__init__.py
author Pulkit Goyal <pulkit@yandex-team.ru>
Mon, 29 Jul 2019 13:22:52 +0300
changeset 42667 6d50a7ebf7e0
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
py3: add one more test to list of passing tests Found by buildbot. Differential Revision: https://phab.mercurial-scm.org/D6702

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)