This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Olivier.Grisel
Recipients Olivier.Grisel, brett.cannon, eric.snow, ncoghlan, pitrou, sbt
Date 2013-12-11.09:52:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386755576.26.0.691843445998.issue19946@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that uses `imp.load_source` when the first importlib name-based lookup fails.

Apparently it fixes the issue on my box but I am not sure whether this is the correct way to do it.
History
Date User Action Args
2013-12-11 09:52:56Olivier.Griselsetrecipients: + Olivier.Grisel, brett.cannon, ncoghlan, pitrou, sbt, eric.snow
2013-12-11 09:52:56Olivier.Griselsetmessageid: <1386755576.26.0.691843445998.issue19946@psf.upfronthosting.co.za>
2013-12-11 09:52:56Olivier.Grisellinkissue19946 messages
2013-12-11 09:52:56Olivier.Griselcreate