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 benjamin.peterson
Recipients benjamin.peterson, phmccarty
Date 2018-07-06.04:52:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530852754.45.0.56676864532.issue34056@psf.upfronthosting.co.za>
In-reply-to
Content
Can you not use imp? It's been deprecated since 3.4 and gradually become more and more broken and useless as this and other import improvements (e.g., namespace packages) have happened.
History
Date User Action Args
2018-07-06 04:52:34benjamin.petersonsetrecipients: + benjamin.peterson, phmccarty
2018-07-06 04:52:34benjamin.petersonsetmessageid: <1530852754.45.0.56676864532.issue34056@psf.upfronthosting.co.za>
2018-07-06 04:52:34benjamin.petersonlinkissue34056 messages
2018-07-06 04:52:34benjamin.petersoncreate