eric5-sqlbrowser.py

changeset 97
c4086afea02b
parent 18
3b1f5d872fd7
child 791
9ec2ac20e54e
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
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=", "")

eric ide

mercurial