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 dangyogi
Recipients collinwinter, dangyogi
Date 2008-03-21.17:59:40
SpamBayes Score 0.29074812
Marked as misclassified No
Message-id <1206122382.01.0.177794619684.issue2446@psf.upfronthosting.co.za>
In-reply-to
Content
2to3 svn rev 61696 translates "import local_module" into "import
.local_module" which isn't legal syntax.

Should be "from . import local_module".
History
Date User Action Args
2008-03-21 17:59:42dangyogisetspambayes_score: 0.290748 -> 0.29074812
recipients: + dangyogi, collinwinter
2008-03-21 17:59:42dangyogisetspambayes_score: 0.290748 -> 0.290748
messageid: <1206122382.01.0.177794619684.issue2446@psf.upfronthosting.co.za>
2008-03-21 17:59:40dangyogilinkissue2446 messages
2008-03-21 17:59:40dangyogicreate