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 system-tray application. This acts as a quickstarter by providing a |
11 of the system-tray application. This acts as a quickstarter by providing a |
12 context menu to start the eric5 IDE and the eric5 tools. |
12 context menu to start the eric5 IDE and the eric5 tools. |
13 """ |
13 """ |
|
14 |
|
15 from __future__ import unicode_literals # __IGNORE_WARNING__ |
14 |
16 |
15 import sys |
17 import sys |
16 |
18 |
17 for arg in sys.argv: |
19 for arg in sys.argv: |
18 if arg.startswith("--config="): |
20 if arg.startswith("--config="): |