--- a/eric6/UI/PythonAstViewer.py Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/UI/PythonAstViewer.py Sat Aug 31 12:58:11 2019 +0200
@@ -10,11 +10,6 @@
from __future__ import unicode_literals
-try:
- str = unicode
-except NameError:
- pass
-
import ast
from PyQt5.QtCore import pyqtSlot, Qt, QTimer