eric5_snap.py

changeset 2992
dbdf27746da5
parent 2965
d133c7edd88a
child 3034
7ce719013078
child 3057
10516539f238
--- 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)

eric ide

mercurial