hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 18 Oct 2018 21:59:24 -0700
changeset 4185 9bce7e6c18b3
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: remove a"| head -n 2" that just hides an error code The output from core used to be longer and it made sense, but no longer does. CORE-TEST-OUTPUT-UPDATE: 5199c5b6fd29

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