summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-02 17:21:07 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-02 17:21:07 -0300
commit3b46e416a52e65feeb5e279001c76a483eddadff (patch)
treed6f8a6766ba1c1537a2b9ca53627ece8d978ca98
parentb0b18465bc01e4b261670c40f7122d9516c430fd (diff)
downloadgobject-introspection-3b46e416a52e65feeb5e279001c76a483eddadff.tar.gz
[giscanner] Make pyflakes happy
-rw-r--r--giscanner/scannermain.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
index 9146a12e..9b6d6751 100644
--- a/giscanner/scannermain.py
+++ b/giscanner/scannermain.py
@@ -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")