eric5_diff.py

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

eric ide

mercurial