eric5_sqlbrowser.py

changeset 3034
7ce719013078
parent 2965
d133c7edd88a
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
46 46
47 def main(): 47 def main():
48 """ 48 """
49 Main entry point into the application. 49 Main entry point into the application.
50 """ 50 """
51 options = [\ 51 options = [
52 ("--config=configDir", 52 ("--config=configDir",
53 "use the given directory as the one containing the config files"), 53 "use the given directory as the one containing the config files"),
54 ] 54 ]
55 appinfo = AppInfo.makeAppInfo(sys.argv, 55 appinfo = AppInfo.makeAppInfo(sys.argv,
56 "Eric5 SQL Browser", 56 "Eric5 SQL Browser",

eric ide

mercurial