hgext3rd/__init__.py
author kevpeng@google.com
Fri, 14 Jun 2019 18:44:43 -0700
branchstable
changeset 4751 d0965c5c5335
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: further clarify when update is performed

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