comparison: src/eric7/Tools/webBrowserSupport.py
src/eric7/Tools/webBrowserSupport.py
- branch
- eric7
- changeset 10496
- f9925e08dbce
- parent 10439
- 21c28b0f9e41
- child 11090
- f5f5f5803935
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 import importlib |
14 import importlib.util |
15 import sys |
15 import sys |
16 |
16 |
17 variant = ( |
17 variant = ( |
18 "QtWebEngine" |
18 "QtWebEngine" |
19 if ( |
19 if ( |