7228:6037ddba57aa | 7229:53054eb5b15a |
---|---|
10 # | 10 # |
11 # This is a Python port of the TLDExtractor of Qupzilla | 11 # This is a Python port of the TLDExtractor of Qupzilla |
12 # Copyright (C) 2014 Razi Alavizadeh <s.r.alavizadeh@gmail.com> | 12 # Copyright (C) 2014 Razi Alavizadeh <s.r.alavizadeh@gmail.com> |
13 # | 13 # |
14 | 14 |
15 from __future__ import unicode_literals | |
16 | 15 |
17 import collections | 16 import collections |
18 | 17 |
19 from PyQt5.QtCore import QObject, QUrl, QFile, QFileInfo, QRegExp, qWarning | 18 from PyQt5.QtCore import QObject, QUrl, QFile, QFileInfo, QRegExp, qWarning |
20 | 19 |