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 """ |