8 Eric5 SQL Browser |
8 Eric5 SQL Browser |
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 SQL browser and starts the Qt event loop. |
11 of the SQL browser and starts the Qt event loop. |
12 """ |
12 """ |
|
13 |
|
14 from __future__ import unicode_literals # __IGNORE_WARNING__ |
13 |
15 |
14 import sys |
16 import sys |
15 |
17 |
16 for arg in sys.argv: |
18 for arg in sys.argv: |
17 if arg.startswith("--config="): |
19 if arg.startswith("--config="): |