Helpviewer/AdBlock/AdBlockNetwork.py

changeset 2991
226481ff40d1
parent 2953
703452a2876f
child 3034
7ce719013078
child 3057
10516539f238
--- a/Helpviewer/AdBlock/AdBlockNetwork.py	Sun Oct 06 19:45:29 2013 +0200
+++ b/Helpviewer/AdBlock/AdBlockNetwork.py	Sun Oct 06 19:52:33 2013 +0200
@@ -76,7 +76,8 @@
         if manager.isHostExcepted(url.host()):
             return False
         for subscription in manager.subscriptions():
-            if subscription.isEnabled() and subscription.adBlockDisabledForUrl(url):
+            if subscription.isEnabled() and \
+                    subscription.adBlockDisabledForUrl(url):
                 return False
         
         return True

eric ide

mercurial