[Python-checkins] r61595 - in python/trunk: Lib/test/relimport.py Lib/test/test_import.py Misc/NEWS Python/ast.c

"Martin v. Löwis" martin at v.loewis.de
Wed Mar 19 07:01:33 CET 2008


> Shouldn't "import relimport" be "from test import relimport"?  I think
> the latter is required for 3k.

Indeed. I changed it to use an explicitly-relative import now.

Regards,
Martin



More information about the Python-checkins mailing list