summaryrefslogtreecommitdiff
path: root/giscanner
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2009-01-14 21:12:19 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-14 21:12:19 +0000
commitd47fa284168fdc2bdc8c80bf15565243cc2a6e06 (patch)
tree8f27bab97d3e72567cb73f8c5e690961690b2e89 /giscanner
parent6f475781ae3c039d7c459ac030bafe53f90d2791 (diff)
downloadgobject-introspection-d47fa284168fdc2bdc8c80bf15565243cc2a6e06.tar.gz
Rewrap to fit in 79 columns
svn path=/trunk/; revision=1036
Diffstat (limited to 'giscanner')
-rw-r--r--giscanner/girwriter.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/giscanner/girwriter.py b/giscanner/girwriter.py
index 54fac87a..39d7c22e 100644
--- a/giscanner/girwriter.py
+++ b/giscanner/girwriter.py
@@ -35,8 +35,10 @@ class GIRWriter(XMLWriter):
def __init__(self, namespace, shlibs, includes):
super(GIRWriter, self).__init__()
- self.write_comment('''This file was automatically generated from C sources - DO NOT EDIT!
- To affect the contents of this file, edit the original C definitions, and/or use gtk-doc annotations. ''')
+ self.write_comment(
+'''This file was automatically generated from C sources - DO NOT EDIT!
+To affect the contents of this file, edit the original C definitions,
+and/or use gtk-doc annotations. ''')
self._write_repository(namespace, shlibs, includes)
def _write_repository(self, namespace, shlibs, includes=set()):