5623:f4d7cfdadc3f | 5624:cdd346d8858b |
---|---|
8 Module implementing the web browser using QWebEngineView. | 8 Module implementing the web browser using QWebEngineView. |
9 """ | 9 """ |
10 | 10 |
11 from __future__ import unicode_literals | 11 from __future__ import unicode_literals |
12 try: | 12 try: |
13 str = unicode # __IGNORE_EXCEPTION__ __IGNORE_WARNING_M131__ | 13 str = unicode # __IGNORE_EXCEPTION__ |
14 except NameError: | 14 except NameError: |
15 pass | 15 pass |
16 | 16 |
17 import os | 17 import os |
18 | 18 |