hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 28 Jul 2018 15:52:03 +0900
branchstable
changeset 38748 18df1c6c080f
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
test-obsmarker-template: run mkcommit in subshell to isolate envvars I don't know if it is a feature or a bug, but it appears that environment variables passed to a shell function persist on /bin/sh.

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