eric6/QScintilla/Editor.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 7178
43e994af5ee0
child 7198
684261ef2165
diff -r 960850ec284c -r a22eee00b052 eric6/QScintilla/Editor.py
--- a/eric6/QScintilla/Editor.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/QScintilla/Editor.py	Sat Aug 31 12:58:11 2019 +0200
@@ -7,11 +7,6 @@
 Module implementing the editor component of the eric6 IDE.
 """
 from __future__ import unicode_literals
-try:
-    str = unicode
-    chr = unichr
-except NameError:
-    pass
 
 import os
 import re

eric ide

mercurial