gobject-introspection r1015 - branches/annotation/giscanner



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]