hgext3rd/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 11 Nov 2017 17:07:33 -0800
changeset 35071 80e9b85d96e5
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
bundlerepo: use suffix variable It looks like the refactor in 702a26fec3e2 attempted to establish this method argument but failed to use it. My editor caught it. Differential Revision: https://phab.mercurial-scm.org/D1373

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