WebBrowser/FlashCookieManager/FlashCookieManager.py

branch
QtWebEngine
changeset 4913
e16573640cb8
parent 4752
a3bcc42a82a9
child 5389
9b1c800daff3
--- a/WebBrowser/FlashCookieManager/FlashCookieManager.py	Sat Apr 02 19:44:09 2016 +0200
+++ b/WebBrowser/FlashCookieManager/FlashCookieManager.py	Sun Apr 03 16:22:18 2016 +0200
@@ -44,8 +44,6 @@
         self.__flashCookieManagerDialog = None
         self.__flashCookies = []    # list of FlashCookie
         self.__newCookiesList = []  # list of str
-##        self.__whitelist = []       # list of str
-##        self.__blacklist = []       # list of str
         
         self.__timer = QTimer(self)
         self.__timer.setInterval(FlashCookieManager.RefreshInterval)

eric ide

mercurial