comparison: eric6/Tools/webBrowserSupport.py
eric6/Tools/webBrowserSupport.py
- changeset 7229
- 53054eb5b15a
- parent 7196
- ab0a91b82b37
- child 7360
- 9190402e4505
equal
deleted
inserted
replaced
9 |
9 |
10 It looks for QtWebEngine. It reports the variant found or the string 'None' if |
10 It looks for QtWebEngine. It reports the variant found or the string 'None' if |
11 it is absent. |
11 it is absent. |
12 """ |
12 """ |
13 |
13 |
14 from __future__ import unicode_literals |
|
15 |
14 |
16 import sys |
15 import sys |
17 |
16 |
18 variant = "None" |
17 variant = "None" |
19 |
18 |