eric6/WebBrowser/Tools/Scripts.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
10 # 10 #
11 # This code was ported from QupZilla. 11 # This code was ported from QupZilla.
12 # Copyright (C) David Rosca <nowrep@gmail.com> 12 # Copyright (C) David Rosca <nowrep@gmail.com>
13 # 13 #
14 14
15 from __future__ import unicode_literals
16 15
17 from PyQt5.QtCore import QUrlQuery, QUrl 16 from PyQt5.QtCore import QUrlQuery, QUrl
18 17
19 from .WebBrowserTools import readAllFileContents 18 from .WebBrowserTools import readAllFileContents
20 19

eric ide

mercurial