eric6/E5Network/E5TldExtractor.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7253
50dbe65a1334
equal deleted inserted replaced
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

eric ide

mercurial