--- a/RefactoringRope/CodeAssistClient.py Thu Jan 10 14:21:07 2019 +0100 +++ b/RefactoringRope/CodeAssistClient.py Sun Jan 20 15:59:18 2019 +0100 @@ -8,15 +8,14 @@ """ from __future__ import unicode_literals - -import sys -import os - try: str = unicode # __IGNORE_WARNING__ __IGNORE_EXCEPTION__ except NameError: pass +import sys +import os + sys.path.insert(0, os.path.dirname(__file__)) import rope.base.libutils