hgext3rd/__init__.py
author Dan Villiom Podlaski Christiansen <dan@magenta.dk>
Tue, 21 Aug 2018 12:13:28 +0200
branchstable
changeset 3990 566fe891f1ec
parent 2020 143c8e4dc22d
permissions -rw-r--r--
prune: more human-friendly documentation The previous help string generally had a highly technical language. I've tried my best to address that.

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