hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 06 Jan 2018 19:07:43 +0530
changeset 3386 2a51107e60cf
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: add a utility fn to check validity of opts passed to `hg evolve`

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