eric6/Debugger/VariablesViewer.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 7031
6fafe9ed04b5
child 7229
53054eb5b15a
--- a/eric6/Debugger/VariablesViewer.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/Debugger/VariablesViewer.py	Sat Aug 31 12:58:11 2019 +0200
@@ -9,11 +9,6 @@
 
 from __future__ import unicode_literals
 
-try:
-    str = unicode
-except NameError:
-    pass
-
 import ast
     
 from PyQt5.QtCore import (Qt, QAbstractItemModel, QModelIndex, QRegExp,

eric ide

mercurial