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 Compare |
8 Eric5 Compare |
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 Compare module and starts the Qt event loop. This is a standalone |
11 of the Compare module and starts the Qt event loop. This is a standalone |
12 version of the integrated Compare module. |
12 version of the integrated Compare module. |
13 """ |
13 """ |
48 options = [\ |
48 options = [\ |
49 ("--config=configDir", |
49 ("--config=configDir", |
50 "use the given directory as the one containing the config files"), |
50 "use the given directory as the one containing the config files"), |
51 ] |
51 ] |
52 appinfo = Startup.makeAppInfo(sys.argv, |
52 appinfo = Startup.makeAppInfo(sys.argv, |
53 "Eric4 Compare", |
53 "Eric5 Compare", |
54 "", |
54 "", |
55 "Simple graphical compare tool", |
55 "Simple graphical compare tool", |
56 options) |
56 options) |
57 res = Startup.simpleAppStartup(sys.argv, |
57 res = Startup.simpleAppStartup(sys.argv, |
58 appinfo, |
58 appinfo, |