hgext/__init__.py
author Jun Wu <quark@fb.com>
Wed, 10 Aug 2016 15:21:42 +0100
changeset 29763 ce6317dcb944
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
extensions: set attributes to wrappers so we can trace them back This patch adds two attributes about the original function and the unbound wrapper. It allows us to get a chain of wrappers. See the next patch.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)