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 scoder
Recipients Arfrever, brett.cannon, eric.snow, scoder
Date 2012-08-12.07:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344756915.62.0.620352710233.issue15623@psf.upfronthosting.co.za>
In-reply-to
Content
That's the module init code, yes, including the setting of __file__ and __path__ that I mentioned (due to issue13429). Setting at least one of the two is required in previous CPython versions to make relative imports work.
History
Date User Action Args
2012-08-12 07:35:15scodersetrecipients: + scoder, brett.cannon, Arfrever, eric.snow
2012-08-12 07:35:15scodersetmessageid: <1344756915.62.0.620352710233.issue15623@psf.upfronthosting.co.za>
2012-08-12 07:35:14scoderlinkissue15623 messages
2012-08-12 07:35:14scodercreate