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 Compare. |
8 Eric6 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 """ |
57 options = [ |
57 options = [ |
58 ("--config=configDir", |
58 ("--config=configDir", |
59 "use the given directory as the one containing the config files"), |
59 "use the given directory as the one containing the config files"), |
60 ] |
60 ] |
61 appinfo = AppInfo.makeAppInfo(sys.argv, |
61 appinfo = AppInfo.makeAppInfo(sys.argv, |
62 "Eric5 Compare", |
62 "Eric6 Compare", |
63 "", |
63 "", |
64 "Simple graphical compare tool", |
64 "Simple graphical compare tool", |
65 options) |
65 options) |
66 res = Startup.simpleAppStartup(sys.argv, |
66 res = Startup.simpleAppStartup(sys.argv, |
67 appinfo, |
67 appinfo, |