RefactoringRope/Refactoring.py

branch
Py2 comp.
changeset 51
db9a261d8f07
parent 50
a29c3d2e6dc0
child 63
c02061242598
--- a/RefactoringRope/Refactoring.py	Tue Aug 13 21:13:02 2013 +0200
+++ b/RefactoringRope/Refactoring.py	Sun Aug 18 14:31:10 2013 +0200
@@ -17,9 +17,9 @@
     path = os.path.join(os.path.dirname(__file__), 'rope_py3')
 else:
     path = os.path.join(os.path.dirname(__file__), 'rope_py2')
-    str = unicode
+    str = unicode   # __IGNORE_WARNING__
+sys.path.insert(0, path)
 
-sys.path.insert(0, path)
 import rope
 import rope.base.libutils
 import rope.base.exceptions

eric ide

mercurial