hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 21 Jul 2018 15:23:56 +0900
changeset 38844 d82c4d42b615
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
fileset: flatten 'or' nodes to unnest unionmatchers This also makes it easier to compile a union of basic patterns into a single regexp pattern.

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