eric6/CondaInterface/__init__.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 7093
5b6c7e9f875d
child 7229
53054eb5b15a
--- a/eric6/CondaInterface/__init__.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/CondaInterface/__init__.py	Sat Aug 31 12:58:11 2019 +0200
@@ -8,10 +8,6 @@
 """
 
 from __future__ import unicode_literals
-try:
-    str = unicode
-except NameError:
-    pass
 
 import json
 

eric ide

mercurial