diff options
author | Colin Walters <walters@verbum.org> | 2015-09-29 23:32:15 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-09-29 23:32:47 -0400 |
commit | c8180733e309b9f6746036346c91270283dcf917 (patch) | |
tree | 5a11abef0b494f175a3170a1c68f582e5d633104 /giscanner/maintransformer.py | |
parent | 77d9679e98ba89b3cd73acb594329fdc09efbba1 (diff) | |
download | gobject-introspection-c8180733e309b9f6746036346c91270283dcf917.tar.gz |
scanner: Pacify PEP8
Diffstat (limited to 'giscanner/maintransformer.py')
-rw-r--r-- | giscanner/maintransformer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/maintransformer.py b/giscanner/maintransformer.py index 1a91c9fb..8954fa70 100644 --- a/giscanner/maintransformer.py +++ b/giscanner/maintransformer.py @@ -1311,7 +1311,7 @@ method or constructor of some type.""" """Look for virtual methods from the class structure.""" if not node.glib_type_struct: # https://bugzilla.gnome.org/show_bug.cgi?id=629080 - #message.warn_node(node, + # message.warn_node(node, # "Failed to find class structure for '%s'" % (node.name, )) return |