gobject-introspection r1049 - trunk/giscanner



Author: johan
Date: Thu Jan 15 23:15:07 2009
New Revision: 1049
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=1049&view=rev

Log:
Fix pep8 complaints

Modified:
   trunk/giscanner/dumper.py

Modified: trunk/giscanner/dumper.py
==============================================================================
--- trunk/giscanner/dumper.py	(original)
+++ trunk/giscanner/dumper.py	Thu Jan 15 23:15:07 2009
@@ -185,7 +185,8 @@
         # hack for building GIRepository.gir, skip -lgirepository-1.0 since
         # libgirepository-1.0.la is not in current directory and we refer to it
         # explicitly below anyway
-        if not uninst_builddir or self._options.libraries[0] != 'girepository-1.0':
+        if (not uninst_builddir or
+            self._options.libraries[0] != 'girepository-1.0'):
             # We only use the first library; assume others are "custom"
             # libraries like from gir-repository.  Right now those don't define
             # new GTypes, so we don't need to introspect them.



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