hgext3rd/__init__.py
author Martijn Pieters <mj@zopatista.com>
Wed, 01 Aug 2018 16:06:53 +0200
changeset 38798 d58958676b3c
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
extensions: add detailed loading information This lets you track down what exactly is happening during extension loading, and how long various steps took.

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