WebBrowser/Network/UrlInterceptor.py

changeset 4917
682750cc7bd5
parent 4767
0bace7c5ebc9
child 5389
9b1c800daff3
equal deleted inserted replaced
4915:8081031061a2 4917:682750cc7bd5
8 """ 8 """
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt5.QtCore import QObject 12 from PyQt5.QtCore import QObject
13
13 14
14 class UrlInterceptor(QObject): 15 class UrlInterceptor(QObject):
15 """ 16 """
16 Class implementing an URL interceptor base class. 17 Class implementing an URL interceptor base class.
17 """ 18 """

eric ide

mercurial