hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Wed, 27 Sep 2017 21:38:48 +0900
changeset 34425 e416819d9ebb
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
doctest: drop hack to run py2/3 tests selectively All doctests pass on Python 3.

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