[Python-Dev] New relative import issue
Nick Coghlan
ncoghlan at gmail.com
Fri Sep 22 13:09:44 CEST 2006
Brett Cannon wrote:
> But either way I will be messing with the import system in the
> relatively near future. If you want to help, Paul (or anyone else),
> just send me an email and we can try to coordinate something (plan to do
> the work in the sandbox as a separate thing from my security stuff).
Starting with pkgutil.get_loader and removing the current dependency on
imp.find_module and imp.load_module would probably be a decent way to start.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
More information about the Python-Dev
mailing list