autopep8 cleanup of Examples/test-suite/python

automated cleanup of python pep8 whitespace compliance
This commit is contained in:
Jon Schlueter 2015-05-06 08:27:35 -04:00 committed by Jon Schlueter
commit b77f3afafb
202 changed files with 3477 additions and 3382 deletions

View file

@ -4,7 +4,7 @@ f = Foo()
b = Bar(f)
if b.extension() != f.extension():
raise RuntimeError
raise RuntimeError
b = CBase()
@ -12,14 +12,13 @@ d = CDerived()
p = CPtr()
if b.bar() != p.bar():
raise RuntimeError
raise RuntimeError
if d.foo() != p.foo():
raise RuntimeError
raise RuntimeError
if b.hello() != p.hello():
raise RuntimeError
raise RuntimeError
d = DFoo()
@ -27,8 +26,7 @@ d = DFoo()
dp = DPtrFoo(d)
if d.SExt(1) != dp.SExt(1):
raise RuntimeError
raise RuntimeError
if d.Ext(1) != dp.Ext(1):
raise RuntimeError
raise RuntimeError