hgext3rd/__init__.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Fri, 29 Mar 2019 11:19:24 +0100
changeset 4458 e8515ee7a7cc
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: compat patch to fix broken evolve obsdiscovery This patch preserve the compatibility for the changes upstreamed by e5ece0f46b40 in hg-committed.

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