3 |
3 |
4 # Copyright (c) 2006 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2006 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric5 Diff. |
8 Eric6 Diff. |
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 Diff module and starts the Qt event loop. This is a standalone |
11 of the Diff module and starts the Qt event loop. This is a standalone |
12 version of the integrated Diff module. |
12 version of the integrated Diff module. |
13 """ |
13 """ |
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 Diff", |
56 "Eric6 Diff", |
57 "", |
57 "", |
58 "Simple graphical diff tool", |
58 "Simple graphical diff tool", |
59 options) |
59 options) |
60 res = Startup.simpleAppStartup(sys.argv, |
60 res = Startup.simpleAppStartup(sys.argv, |
61 appinfo, |
61 appinfo, |