diff -r 9c3fbf39ec9b -r 72b40274a3b6 WebBrowser/SafeBrowsing/SafeBrowsingManager.py --- a/WebBrowser/SafeBrowsing/SafeBrowsingManager.py Mon Apr 09 19:47:16 2018 +0200 +++ b/WebBrowser/SafeBrowsing/SafeBrowsingManager.py Tue Apr 10 19:39:13 2018 +0200 @@ -28,7 +28,8 @@ import UI.PixmapCache from .SafeBrowsingAPIClient import SafeBrowsingAPIClient -from .SafeBrowsingCache import SafeBrowsingCache, ThreatList, HashPrefixList +from .SafeBrowsingCache import SafeBrowsingCache +from .SafeBrowsingThreatList import ThreatList, HashPrefixList from .SafeBrowsingUrl import SafeBrowsingUrl from .SafeBrowsingUtilities import toHex