-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2011-13129 2011-09-24 20:38:25 --------------------------------------------------------------------------------
Name : python-import-utils Product : Fedora 16 Version : 0.0.1 Release : 1.fc16 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 program. 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 Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
