hgext3rd/__init__.py
author Yohann Rebattu <yohann@rebattu.fr>
Sat, 21 Mar 2020 15:04:18 +0100
branchstable
changeset 5264 8e290f172423
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: fixed some typos in stablerangecache LONG_MESSAGE, fix #6279

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