diff -r 960850ec284c -r a22eee00b052 eric6/WebBrowser/FlashCookieManager/FlashCookieManager.py --- a/eric6/WebBrowser/FlashCookieManager/FlashCookieManager.py Sat Aug 31 12:29:57 2019 +0200 +++ b/eric6/WebBrowser/FlashCookieManager/FlashCookieManager.py Sat Aug 31 12:58:11 2019 +0200 @@ -9,11 +9,6 @@ from __future__ import unicode_literals -try: - str = unicode # __IGNORE_EXCEPTION__ -except NameError: - pass - import shutil from PyQt5.QtCore import QObject, QTimer, QDir, QFileInfo, QFile