Fedora EPEL 6 Update: python-import-utils-0.0.1-1.el6

updates at fedoraproject.org updates at fedoraproject.org
Tue Oct 11 02:01:58 UTC 2011


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2011-4486
2011-09-24 21:15:47
--------------------------------------------------------------------------------

Name        : python-import-utils
Product     : Fedora EPEL 6
Version     : 0.0.1
Release     : 1.el6
URL         : http://pypi.python.org/pypi/import-utils/0.0.1
Summary     : A module that supports simple programmatic module imports
Description :
Utilities for loading modules, supporting programmatic imports of types:
>>>from import_utils import import_module_from, import_module
>>>import x as mod_x
>>>mod_x = import_module('x')
>>>
>>>import x.y as mod_xy
>>>mod_xy = import_module('x.y')
>>>
>>>from x.y import z
>>>z = import_module_from('x.y.z')

--------------------------------------------------------------------------------
Update Information:

new package
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #739858 - Review Request: python-import-utils - A module that supports simple programmatic module imports
        https://bugzilla.redhat.com/show_bug.cgi?id=739858
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update python-import-utils' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list