gobject-introspection r345 - trunk/giscanner



Author: johan
Date: Sun Aug 10 20:37:03 2008
New Revision: 345
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=345&view=rev

Log:
PEP-8*

Modified:
   trunk/giscanner/cgobject.py

Modified: trunk/giscanner/cgobject.py
==============================================================================
--- trunk/giscanner/cgobject.py	(original)
+++ trunk/giscanner/cgobject.py	Sun Aug 10 20:37:03 2008
@@ -34,6 +34,7 @@
 
 
 def gwrap(lib, fname, ret, *argtypes):
+
     def _deco(f):
         f._cfunc = getattr(lib, fname)
         f._cfunc.restype = ret



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]