projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a77986a
)
Conform last patch with pep8
author
Colin Walters
<walters@verbum.org>
Thu, 11 Feb 2010 21:42:59 +0000
(16:42 -0500)
committer
Colin Walters
<walters@verbum.org>
Thu, 11 Feb 2010 21:42:59 +0000
(16:42 -0500)
giscanner/transformer.py
patch
|
blob
|
history
diff --git
a/giscanner/transformer.py
b/giscanner/transformer.py
index 2863e731c63608770443cbfab3eaaad4102562e2..e75b52e59df219a6e3e7c8bbede377cc8a2ba574 100644
(file)
--- 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,