diff -r 226481ff40d1 -r dbdf27746da5 eric5_snap.py --- a/eric5_snap.py Sun Oct 06 19:52:33 2013 +0200 +++ b/eric5_snap.py Mon Oct 07 19:10:11 2013 +0200 @@ -45,11 +45,12 @@ ("--config=configDir", "use the given directory as the one containing the config files"), ] - appinfo = AppInfo.makeAppInfo(sys.argv, - "Eric5 Snap", - "", - "Simple utility to do snapshots of the screen.", - options) + appinfo = AppInfo.makeAppInfo( + sys.argv, + "Eric5 Snap", + "", + "Simple utility to do snapshots of the screen.", + options) res = Startup.simpleAppStartup(sys.argv, appinfo, createMainWidget)