hgext3rd/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 21 Jan 2018 16:55:02 -0500
branchstable
changeset 3486 bee9fee8f36b
parent 2020 143c8e4dc22d
permissions -rw-r--r--
test: explicitly run HGEDITOR shell command with `sh` Otherwise Windows pops up the "What program do you want to use to open this?" dialog.

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