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 steve.dower
Recipients Ray Donnelly, barry, brett.cannon, eryksun, paul.moore, steve.dower, tim.golden, xoviat, zach.ware
Date 2018-01-14.22:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515969402.11.0.467229070634.issue32516@psf.upfronthosting.co.za>
In-reply-to
Content
The more details you reveal, the less I want it to be an officially supported pattern :)

Perhaps you actually want an import hook? Brett can confirm, but I believe you can overwrite __loader__ in a package and change how submodules are loaded.
History
Date User Action Args
2018-01-14 22:36:42steve.dowersetrecipients: + steve.dower, barry, brett.cannon, paul.moore, tim.golden, zach.ware, eryksun, xoviat, Ray Donnelly
2018-01-14 22:36:42steve.dowersetmessageid: <1515969402.11.0.467229070634.issue32516@psf.upfronthosting.co.za>
2018-01-14 22:36:42steve.dowerlinkissue32516 messages
2018-01-14 22:36:42steve.dowercreate