src/eric7/Tools/webBrowserSupport.py

branch
eric7
changeset 10496
f9925e08dbce
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10495:73ec0786d60e 10496:f9925e08dbce
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 (

eric ide

mercurial