=== modified file 'lib2to3/fixes/fix_import.py' --- lib2to3/fixes/fix_import.py 2008-06-10 04:12:51 +0000 +++ lib2to3/fixes/fix_import.py 2008-07-18 17:21:25 +0000 @@ -45,7 +45,7 @@ node.changed() else: new = FromImport('.', getattr(imp, 'content', None) or [imp]) - new.prefix = node.get_prefix() + new.set_prefix(node.get_prefix()) node = new return node