9 |
9 |
10 This is the main Python script that performs the necessary initialization |
10 This is the main Python script that performs the necessary initialization |
11 of the MiniEditor module and starts the Qt event loop. This is a standalone |
11 of the MiniEditor module and starts the Qt event loop. This is a standalone |
12 version of the integrated MiniEditor module. |
12 version of the integrated MiniEditor module. |
13 """ |
13 """ |
|
14 |
|
15 from __future__ import unicode_literals # __IGNORE_WARNING__ |
14 |
16 |
15 import sys |
17 import sys |
16 import os |
18 import os |
17 |
19 |
18 for arg in sys.argv: |
20 for arg in sys.argv: |