hgext3rd/__init__.py
author Nathaniel Manista <nathaniel@google.com>
Thu, 14 Apr 2016 15:26:18 -0400
changeset 28904 80be5dbe6e74
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
cmdutil: avoid recycling variable name "name" in namespaces code This just feels like asking for future trouble and confusion.

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