hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 21 Jan 2018 15:50:24 +0900
changeset 36006 f113ac0750f3
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
log: drop dead code to concatenate --line-range patterns and pats It's disabled since 2e45bbd3db7b, and the current implementation is unlikely to be reused.

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