Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 8a834bb4ddaeb978c471ac26fc9e7455

python-import-utils-0.0.1-1.fc15.src.rpm

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')

Generated packages:

Other version of this rpm: