hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Tue, 02 Jun 2020 21:44:57 +0900
changeset 44990 4bb0ea78a70f
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
simplemerge: rewrite flag merging loop as expression I feel binary operations are more readable.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)