95:261bc03812fd | 96:9624a110667d |
---|---|
6 """ | 6 """ |
7 Module implementing a class to apply AdBlock rules to a web page. | 7 Module implementing a class to apply AdBlock rules to a web page. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt4.QtCore import * | 10 from PyQt4.QtCore import * |
11 | |
12 import Helpviewer.HelpWindow | |
13 | 11 |
14 class AdBlockPage(QObject): | 12 class AdBlockPage(QObject): |
15 """ | 13 """ |
16 Class to apply AdBlock rules to a web page. | 14 Class to apply AdBlock rules to a web page. |
17 """ | 15 """ |