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 martin.panter
Recipients brett.cannon, martin.panter, serhiy.storchaka, vstinner
Date 2016-02-21.11:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456054378.32.0.346965190925.issue26295@psf.upfronthosting.co.za>
In-reply-to
Content
Another idea is to make a loader script that loads the “test” module, patches its __path__, and then runs test.__main__ or whatever as usual.
History
Date User Action Args
2016-02-21 11:32:58martin.pantersetrecipients: + martin.panter, brett.cannon, vstinner, serhiy.storchaka
2016-02-21 11:32:58martin.pantersetmessageid: <1456054378.32.0.346965190925.issue26295@psf.upfronthosting.co.za>
2016-02-21 11:32:58martin.panterlinkissue26295 messages
2016-02-21 11:32:58martin.pantercreate