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 brett.cannon
Recipients brett.cannon, eric.snow, m.nijland, ncoghlan
Date 2016-07-17.23:52:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468799521.46.0.592334249172.issue27543@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not at a computer where I can verify what you're seeing, Marc,but I should mention that at least for Python 3 your imports are wrong as you should be doing relative imports, e.g. `from . import b as a`, otherwise the imports won't work unless you're accidentally executing Python from within the directory of the package.
History
Date User Action Args
2016-07-17 23:52:01brett.cannonsetrecipients: + brett.cannon, ncoghlan, eric.snow, m.nijland
2016-07-17 23:52:01brett.cannonsetmessageid: <1468799521.46.0.592334249172.issue27543@psf.upfronthosting.co.za>
2016-07-17 23:52:01brett.cannonlinkissue27543 messages
2016-07-17 23:52:01brett.cannoncreate