Helpviewer/AdBlock/AdBlockPage.py

changeset 96
9624a110667d
parent 13
1af94a91f439
child 381
64ae9e09d8bc
child 792
a13346916170
equal deleted inserted replaced
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 """

eric ide

mercurial