hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 24 Jan 2015 19:13:39 +0900
changeset 31191 3c3ab84e6e78
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
fileset: extract function that builds status tuple only if necessary This function will be used to recalculate status when mctx.ctx is switched.

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