RefactoringRope/CodeAssistClient.py

changeset 303
313fbf9c86d9
parent 302
2e853e2f2430
child 305
9fb032952a0a
--- 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

eric ide

mercurial