hgext3rd/__init__.py
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Fri, 14 Oct 2016 09:52:38 +0200
changeset 30157 df224038c516
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
commit: return 1 for interactive commit with no changes (issue5397) For consistency with non interactive commit

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