eric5_diff.py

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

eric ide

mercurial