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_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)