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 brandonbloom
Recipients brandonbloom
Date 2008-10-27.05:57:18
SpamBayes Score 0.006784427
Marked as misclassified No
Message-id <1225087041.33.0.0357186656553.issue4212@psf.upfronthosting.co.za>
In-reply-to
Content
I have a package with a module called "email". If I try to use the 
standard email package, it fails to load email.Utils because 
email.LazyImporter is looking in my email module instead of the top-
level email package.
History
Date User Action Args
2008-10-27 05:57:21brandonbloomsetrecipients: + brandonbloom
2008-10-27 05:57:21brandonbloomsetmessageid: <1225087041.33.0.0357186656553.issue4212@psf.upfronthosting.co.za>
2008-10-27 05:57:20brandonbloomlinkissue4212 messages
2008-10-27 05:57:19brandonbloomcreate