Helpviewer/AdBlock/AdBlockSubscription.py

branch
6_0_x
changeset 4333
ec0664f353b3
parent 4330
2c278493b31e
child 4340
b60f7c844265
--- a/Helpviewer/AdBlock/AdBlockSubscription.py	Sat Jul 25 12:58:42 2015 +0200
+++ b/Helpviewer/AdBlock/AdBlockSubscription.py	Sat Jul 25 13:15:20 2015 +0200
@@ -119,7 +119,7 @@
             self.__title = urlQuery.queryItemValue("title")
             self.__enabled = urlQuery.queryItemValue("enabled") != "false"
             self.__location = QByteArray(urlQuery.queryItemValue("location")
-                .encode("utf-8"))
+                                         .encode("utf-8"))
             
             # Check for required subscription
             self.__requiresLocation = urlQuery.queryItemValue(

eric ide

mercurial