tolerant indents

This commit is contained in:
David Halter
2012-03-05 21:34:44 +01:00
parent 64e9e98494
commit 057731916f
2 changed files with 32 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ class Supi(A, datetime.datetime):
return A()
class A():
#class B():
class B():
def test(self):
return A()
class init:
@@ -112,7 +112,7 @@ def flow_test(a):
pass
finally:
pass
with open('test.py') as f, open('narf.py' as g):
with open('test.py') as f, open('narf.py' as g), m as cm:
print f
return matrix[0,m]