README 469 B

123456789101112
  1. Purpose
  2. ========
  3. This package contains the code from importlib as found in Python 2.7. It is
  4. provided so that people who wish to use ``importlib.import_module()`` with a
  5. version of Python prior to 2.7 or in 3.0 have the function readily available.
  6. The code in no way deviates from what can be found in the Python 2.7 standard
  7. library.
  8. For documentation, see the `importlib docs`_ for Python 2.7.
  9. .. _importlib docs: http://docs.python.org/2.7/library/importlib.html