hgext3rd/__init__.py
author Dan Villiom Podlaski Christiansen <dan@magenta.dk>
Tue, 21 Aug 2018 12:13:01 +0200
branchstable
changeset 3985 ec57afdbe054
parent 2020 143c8e4dc22d
permissions -rw-r--r--
prune: more human-friendly documentation for --biject

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