[issue2866] syntax error in fix_imports.py

2008-05-15 Thread Collin Winter
Collin Winter <[EMAIL PROTECTED]> added the comment: Fixed in r63321 -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2866] syntax error in fix_imports.py

2008-05-15 Thread Stijn van Drongelen
New submission from Stijn van Drongelen <[EMAIL PROTECTED]>: In the current revision of 2to3 (63319), somebody forgot a comma at the end of line 27 of lib2to3/fix_imports.py, resulting in a syntax error. -- assignee: collinwinter components: 2to3 (2.x to 3.0 conversion tool) files: fix_i