view hgext3rd/__init__.py @ 4458:e8515ee7a7cc

evolve: compat patch to fix broken evolve obsdiscovery This patch preserve the compatibility for the changes upstreamed by e5ece0f46b40 in hg-committed.
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Fri, 29 Mar 2019 11:19:24 +0100
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__)