5586:0e5421d679e7 | 5587:ea526b78ee6c |
---|---|
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__ | 13 str = unicode # __IGNORE_EXCEPTION__ __IGNORE_WARNING_M131__ |
14 except NameError: | 14 except NameError: |
15 pass | 15 pass |
16 | 16 |
17 import os | 17 import os |
18 | 18 |