hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Mon, 21 May 2018 16:25:29 +0200
changeset 3748 8fe8152ff071
parent 2020 143c8e4dc22d
permissions -rw-r--r--
compat: update obshashrange test output Mercurial core bfe8ef6e370e seems to have changed the order of some messages. Simply accept the change in the test file. CORE-TEST-OUTPUT-UPDATE: bfe8ef6e370e

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