hgext3rd/__init__.py
author Martijn Pieters <mj@octobus.net>
Wed, 21 Nov 2018 11:13:21 +0000
changeset 4267 18ed2a237ab5
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: fix for POSIX compliance * Mac ls will exit with a different message and exit code [1], replace with grep (which is what mercurial tests do) * POSIX echo has no -n switch, use printf instead

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