view hgext3rd/__init__.py @ 4184:b9e0cc531b2b

evolve: adapt for changed @command decorator Core changed the hacky "^command" syntax to be a proper decorator option in fa88170c10bb (help: adding a proper declaration for shortlist/basic commands (API), 2018-10-12). This patch makes evolve compatible with that.
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 18 Oct 2018 22:11:43 -0700
parents 143c8e4dc22d
children
line wrap: on
line source

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