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 icon editor and starts the Qt event loop. This is a standalone version |
11 of the icon editor and starts the Qt event loop. This is a standalone version |
12 of the integrated icon editor. |
12 of the integrated icon editor. |
13 """ |
13 """ |
14 |
|
15 |
14 |
16 import sys |
15 import sys |
17 import os |
16 import os |
18 |
17 |
19 sys.path.insert(1, os.path.dirname(__file__)) |
18 sys.path.insert(1, os.path.dirname(__file__)) |