eric5_sqlbrowser.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
55 55
56 def main(): 56 def main():
57 """ 57 """
58 Main entry point into the application. 58 Main entry point into the application.
59 """ 59 """
60 options = [\ 60 options = [
61 ("--config=configDir", 61 ("--config=configDir",
62 "use the given directory as the one containing the config files"), 62 "use the given directory as the one containing the config files"),
63 ] 63 ]
64 appinfo = AppInfo.makeAppInfo(sys.argv, 64 appinfo = AppInfo.makeAppInfo(sys.argv,
65 "Eric5 SQL Browser", 65 "Eric5 SQL Browser",

eric ide

mercurial