summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2012-07-03 18:08:48 +0200
committerRui Matos <tiagomatos@gmail.com>2012-07-07 16:33:34 +0200
commit82794781ceff849c98e8db15f9ada9da3b1db472 (patch)
tree542b72783551cd66364d7e0ef5f348f4777dab59
parent38eff9408ee9824add023e30b20d712ec9945420 (diff)
downloadcaribou-82794781ceff849c98e8db15f9ada9da3b1db472.tar.gz
make_schema: s/print/print_/ according to pygobject change
See https://bugzilla.gnome.org/show_bug.cgi?id=676746.
-rwxr-xr-xtools/make_schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_schema.py b/tools/make_schema.py
index a6d070f..c75d34c 100755
--- a/tools/make_schema.py
+++ b/tools/make_schema.py
@@ -58,7 +58,7 @@ class SchemasMaker:
schemalist.appendChild(key)
self._append_children_element_value_pairs(
doc, key, [('default',
- getattr(setting.gvariant, "print")(False)),
+ getattr(setting.gvariant, "print_")(False)),
('_summary', setting.short_desc),
('_description', setting.long_desc)])