hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Thu, 13 Dec 2018 17:40:41 +0000
changeset 4300 702f7e1d0b01
parent 2020 143c8e4dc22d
permissions -rw-r--r--
split: add a --interactive flag While the interactive mode is useful for end-users, there are some cases where they don't need the interactivity overhead. Moreover, this allow the split command to be used in automated scripts.

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