RefactoringRope/CodeAssist.py

changeset 106
b2b2107b8047
parent 105
45872a13d197
child 118
d242ba11a04c
--- 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)

eric ide

mercurial