944:1b59c4ba121e | 945:8cd4d08fa9f6 |
---|---|
9 | 9 |
10 from PyQt4.QtCore import * | 10 from PyQt4.QtCore import * |
11 from PyQt4 import QtWebKit | 11 from PyQt4 import QtWebKit |
12 | 12 |
13 import Helpviewer.HelpWindow | 13 import Helpviewer.HelpWindow |
14 | |
14 | 15 |
15 class AdBlockPage(QObject): | 16 class AdBlockPage(QObject): |
16 """ | 17 """ |
17 Class to apply AdBlock rules to a web page. | 18 Class to apply AdBlock rules to a web page. |
18 """ | 19 """ |