Jenny Kim 65c6463a69 HUE-3880 [core] Add importlib directly for Python 2.6 9 gadi atpakaļ
..
importlib 65c6463a69 HUE-3880 [core] Add importlib directly for Python 2.6 9 gadi atpakaļ
PKG-INFO 65c6463a69 HUE-3880 [core] Add importlib directly for Python 2.6 9 gadi atpakaļ
README 65c6463a69 HUE-3880 [core] Add importlib directly for Python 2.6 9 gadi atpakaļ
setup.py 65c6463a69 HUE-3880 [core] Add importlib directly for Python 2.6 9 gadi atpakaļ

README

Purpose
========

This package contains the code from importlib as found in Python 2.7. It is
provided so that people who wish to use ``importlib.import_module()`` with a
version of Python prior to 2.7 or in 3.0 have the function readily available.
The code in no way deviates from what can be found in the Python 2.7 standard
library.

For documentation, see the `importlib docs`_ for Python 2.7.

.. _importlib docs: http://docs.python.org/2.7/library/importlib.html