eric7/WebBrowser/AdBlock/AdBlockManager.py

branch
eric7
changeset 8354
12ebd3934fef
parent 8318
962bce857696
child 8356
68ec9c3d4de5
--- a/eric7/WebBrowser/AdBlock/AdBlockManager.py	Sat May 22 12:54:57 2021 +0200
+++ b/eric7/WebBrowser/AdBlock/AdBlockManager.py	Sat May 22 16:52:45 2021 +0200
@@ -17,7 +17,7 @@
 
 from E5Gui import E5MessageBox
 
-from E5Utilities.E5MutexLocker import E5MutexLocker
+from EricUtilities.EricMutexLocker import EricMutexLocker
 
 from .AdBlockSubscription import AdBlockSubscription
 from .AdBlockUrlInterceptor import AdBlockUrlInterceptor
@@ -149,7 +149,7 @@
         @return flag indicating to block the request
         @rtype bool
         """
-        with E5MutexLocker(self.__mutex):
+        with EricMutexLocker(self.__mutex):
             if not self.isEnabled():
                 return False
             

eric ide

mercurial