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 |
13 |
14 import sys, os |
14 import sys |
15 import os |
|
16 |
15 |
17 for arg in sys.argv: |
16 for arg in sys.argv: |
18 if arg.startswith("--config="): |
17 if arg.startswith("--config="): |
19 import Utilities |
18 import Utilities |
20 configDir = arg.replace("--config=", "") |
19 configDir = arg.replace("--config=", "") |