[gobject-introspection] [giscanner] Make pyflakes happy
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] [giscanner] Make pyflakes happy
- Date: Thu, 2 Sep 2010 20:21:35 +0000 (UTC)
commit 3b46e416a52e65feeb5e279001c76a483eddadff
Author: Johan Dahlin <johan gnome org>
Date: Thu Sep 2 17:21:07 2010 -0300
[giscanner] Make pyflakes happy
giscanner/scannermain.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
index 9146a12..9b6d675 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")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]