eric6_snap.py

changeset 3670
f0cb7579c0b4
parent 3669
ac84ac3c0f05
child 3778
0c5bc18da740
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
3 3
4 # Copyright (c) 2012 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2012 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric5 Snap. 8 Eric6 Snap.
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 snapshot module and starts the Qt event loop. 11 of the snapshot module and starts the Qt event loop.
12 """ 12 """
13 13
51 ("--config=configDir", 51 ("--config=configDir",
52 "use the given directory as the one containing the config files"), 52 "use the given directory as the one containing the config files"),
53 ] 53 ]
54 appinfo = AppInfo.makeAppInfo( 54 appinfo = AppInfo.makeAppInfo(
55 sys.argv, 55 sys.argv,
56 "Eric5 Snap", 56 "Eric6 Snap",
57 "", 57 "",
58 "Simple utility to do snapshots of the screen.", 58 "Simple utility to do snapshots of the screen.",
59 options) 59 options)
60 res = Startup.simpleAppStartup(sys.argv, 60 res = Startup.simpleAppStartup(sys.argv,
61 appinfo, 61 appinfo,

eric ide

mercurial