eric6/Tools/webBrowserSupport.py

changeset 7781
607a6098cb44
parent 7360
9190402e4505
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
8 Script to determine the supported web browser variant. 8 Script to determine the supported web browser variant.
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
14 13
15 import sys 14 import sys
16 15
17 variant = "None" 16 variant = "None"
18 17

eric ide

mercurial