[giscanner] Make pyflakes happy
authorJohan Dahlin <johan@gnome.org>
Thu, 2 Sep 2010 20:21:07 +0000 (17:21 -0300)
committerJohan Dahlin <johan@gnome.org>
Thu, 2 Sep 2010 20:21:07 +0000 (17:21 -0300)
giscanner/scannermain.py

index 9146a12ea93354f7e61f4619b74754d33071345d..9b6d67512dffa3d3aa784b6aff86580063f2401d 100644 (file)
@@ -58,8 +58,9 @@ def _get_option_parser():
                       help="Add specified gir file as dependency")
     parser.add_option("", "--include-uninstalled",
                       action="append", dest="includes_uninstalled", default=[],
-                      help="""A file path to a dependency; only use this when building multiple .gir files
-inside a single module.""")
+                      help=("""A file path to a dependency; only use this "
+                            "when building multiple .gir files inside a "
+                            "single module."""))
     parser.add_option("", "--add-include-path",
                       action="append", dest="include_paths", default=[],
                       help="include paths for other GIR files")