freebsd-ports/devel/py-importlib/pkg-descr
Jason Helfman 3749d8f859 New port: (devel/py-importlib)
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 2.7
trunk.

For documentation, see the importlib docs for Python 2.7.

WWW: http://pypi.python.org/pypi/importlib/1.0.

PR:	ports/165420
Submitted by:	Alexandros Kosiaris <akosiaris@gmail.com>
2012-02-24 18:34:39 +00:00

10 lines
406 B
Text

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 2.7
trunk.
For documentation, see the importlib docs for Python 2.7.
WWW: http://pypi.python.org/pypi/importlib/1.0.1