hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 09 Jul 2019 21:49:37 -0700
changeset 4712 e2c548cc83b5
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: update output for shorted prompts from Mercurial This makes tests pass again after Mercurial commits f802a75da585 (patch: use a short, fixed-size message for last line of prompt (issue6158), 2019-06-20). CORE-TEST-OUTPUT-UPDATE: f802a75da585

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