RefactoringRope/CodeAssistClient.py

branch
server_client_variant
changeset 216
47fb0119f0be
parent 212
f05681349336
child 217
874115c79ca7
--- a/RefactoringRope/CodeAssistClient.py	Sun Oct 08 17:58:07 2017 +0200
+++ b/RefactoringRope/CodeAssistClient.py	Sun Oct 08 19:11:45 2017 +0200
@@ -14,7 +14,9 @@
 
 sys.path.insert(0, os.path.dirname(__file__))
 if sys.version_info[0] >= 3:
-    path = os.path.join(os.path.dirname(__file__), 'rope_py3')
+    # TODO: unify this
+##    path = os.path.join(os.path.dirname(__file__), 'rope_py3')
+    path = os.path.join(os.path.dirname(__file__), 'rope_py2')
 else:
     path = os.path.join(os.path.dirname(__file__), 'rope_py2')
     str = unicode   # __IGNORE_WARNING__

eric ide

mercurial