3 |
3 |
4 # Copyright (c) 2006 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2006 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric4 Diff |
8 Eric5 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 """ |
42 options = [\ |
42 options = [\ |
43 ("--config=configDir", |
43 ("--config=configDir", |
44 "use the given directory as the one containing the config files"), |
44 "use the given directory as the one containing the config files"), |
45 ] |
45 ] |
46 appinfo = Startup.makeAppInfo(sys.argv, |
46 appinfo = Startup.makeAppInfo(sys.argv, |
47 "Eric4 Diff", |
47 "Eric5 Diff", |
48 "", |
48 "", |
49 "Simple graphical diff tool", |
49 "Simple graphical diff tool", |
50 options) |
50 options) |
51 res = Startup.simpleAppStartup(sys.argv, |
51 res = Startup.simpleAppStartup(sys.argv, |
52 appinfo, |
52 appinfo, |