hgext3rd/__init__.py
author Jun Wu <quark@fb.com>
Wed, 11 Oct 2017 17:42:57 -0700
changeset 34642 a679aa582d8d
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
check-code: forbid platform.system() See the previous patches for the reason. Differential Revision: https://phab.mercurial-scm.org/D1021

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