hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 09 Jul 2019 10:56:42 -0700
changeset 4719 358f548f8d6d
parent 2020 143c8e4dc22d
permissions -rw-r--r--
py3: use bytes for template keyword registrations This makes `import hgext3rd.topic` work.

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