diff -r 45872a13d197 -r b2b2107b8047 RefactoringRope/CodeAssist.py --- a/RefactoringRope/CodeAssist.py Sun Mar 08 12:15:44 2015 +0100 +++ b/RefactoringRope/CodeAssist.py Sun Mar 08 13:30:48 2015 +0100 @@ -110,8 +110,6 @@ @param filename file name of the changed source (string) @param oldSource source code before the change (string) """ - import rope.base.libutils - try: rope.base.libutils.report_change( self.__project, filename, oldSource)