gobject-introspection r1049 - trunk/giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r1049 - trunk/giscanner
- Date: Thu, 15 Jan 2009 23:15:07 +0000 (UTC)
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]