gobject-introspection r1015 - branches/annotation/giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r1015 - branches/annotation/giscanner
- Date: Sun, 11 Jan 2009 23:50:39 +0000 (UTC)
Author: johan
Date: Sun Jan 11 23:50:39 2009
New Revision: 1015
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=1015&view=rev
Log:
self.x = not not x -> self.x = x
Modified:
branches/annotation/giscanner/ast.py
Modified: branches/annotation/giscanner/ast.py
==============================================================================
--- branches/annotation/giscanner/ast.py (original)
+++ branches/annotation/giscanner/ast.py Sun Jan 11 23:50:39 2009
@@ -308,7 +308,7 @@
else:
self.direction = PARAM_DIRECTION_IN
- self.allow_none = not not allow_none
+ self.allow_none = allow_none
self.scope = scope
self.closure_index = -1
self.destroy_index = -1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]