hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 04 Apr 2018 14:04:18 -0700
changeset 37416 7542e97c7867
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: conditionalize tests for various repo features Working my down the long tail of test failures due to the simple store. We're now down to 38 failures with the simple store. Differential Revision: https://phab.mercurial-scm.org/D3096

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