hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 05 Jan 2018 09:51:07 +0100
changeset 3360 1905aac253f0
parent 2020 143c8e4dc22d
permissions -rw-r--r--
test: update output to 02fdb8c018aa Now that we have directaccess in core, we get a new warning message when updating to a hidden changeset. Update the tests. CORE-TEST-OUTPUT-UPDATE: 02fdb8c018aa

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