Helpviewer/AdBlock/AdBlockNetwork.py

changeset 3034
7ce719013078
parent 2991
226481ff40d1
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Helpviewer/AdBlock/AdBlockNetwork.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Helpviewer/AdBlock/AdBlockNetwork.py	Sat Oct 19 13:03:39 2013 +0200
@@ -43,7 +43,7 @@
                 blockedRule = subscription.match(request, urlDomain, urlString)
                 if blockedRule:
                     webPage = request.attribute(QNetworkRequest.User + 100)
-                    if  webPage is not None:
+                    if webPage is not None:
                         if not self.__canBeBlocked(webPage.url()):
                             return None
                         

eric ide

mercurial