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 lregebro
Recipients lregebro
Date 2013-03-10.20:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362946974.63.0.419293411414.issue17393@psf.upfronthosting.co.za>
In-reply-to
Content
If you have a local folder (without an __init__.py, hence just a normal folder) with the same name as a non local module, the import statements of that module will assumed to be local and transformed from for example ``import datetime`` to ``from . import datetime``.
History
Date User Action Args
2013-03-10 20:22:54lregebrosetrecipients: + lregebro
2013-03-10 20:22:54lregebrosetmessageid: <1362946974.63.0.419293411414.issue17393@psf.upfronthosting.co.za>
2013-03-10 20:22:54lregebrolinkissue17393 messages
2013-03-10 20:22:54lregebrocreate