[gobject-introspection] Conform last patch with pep8



commit aaef4935d212ede7df24e67cd3afac19a322e775
Author: Colin Walters <walters verbum org>
Date:   Thu Feb 11 16:42:59 2010 -0500

    Conform last patch with pep8

 giscanner/transformer.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/transformer.py b/giscanner/transformer.py
index 2863e73..e75b52e 100644
--- a/giscanner/transformer.py
+++ b/giscanner/transformer.py
@@ -18,7 +18,8 @@
 # Boston, MA 02111-1307, USA.
 #
 
-import os, sys
+import os
+import sys
 
 from .ast import (Bitfield, Callback, Enum, Function, Namespace, Member,
                   Parameter, Return, Struct, Field,



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