--- 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