view hgext3rd/__init__.py @ 36241:fefd57bd9573 stable

tests: port value-less unbundle capability test to test-push-http.t This test is present in test-push-http-bundle1.t. Let's add it to test-push-http.t to further unify the tests.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 18 Feb 2018 08:52:57 -0800
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

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