hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 05 Jan 2018 09:23:09 +0100
changeset 3359 ae6fddf39933
parent 2020 143c8e4dc22d
permissions -rw-r--r--
test: update output to 9b3f95d9783d The unstable graph nodes are now shown with the character "*", update the test outputs. CORE-TEST-OUTPUT-UPDATE: 9b3f95d9783d

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