eric6/Project/Project.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 7178
43e994af5ee0
child 7198
684261ef2165
--- a/eric6/Project/Project.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/Project/Project.py	Sat Aug 31 12:58:11 2019 +0200
@@ -8,10 +8,6 @@
 """
 
 from __future__ import unicode_literals
-try:
-    str = unicode   # __IGNORE_EXCEPTION__
-except NameError:
-    pass
 
 import os
 import time

eric ide

mercurial