RefactoringRope/RefactoringClient.py

changeset 303
313fbf9c86d9
parent 302
2e853e2f2430
child 320
91b171fdd85f
--- a/RefactoringRope/RefactoringClient.py	Thu Jan 10 14:21:07 2019 +0100
+++ b/RefactoringRope/RefactoringClient.py	Sun Jan 20 15:59:18 2019 +0100
@@ -8,6 +8,11 @@
 """
 
 from __future__ import unicode_literals
+try:
+    str = unicode   # __IGNORE_WARNING__ __IGNORE_EXCEPTION__
+except NameError:
+    pass
+
 
 import sys
 import os

eric ide

mercurial