fix closes issue13183 - windows test failure

This commit is contained in:
Senthil Kumaran 2012-05-02 08:01:02 +08:00
commit bf6c19598a

View file

@ -658,7 +658,7 @@ def foobar():
"""
bar = """
def bar():
print('1')
pass
"""
with open('bar.py', 'w') as f:
f.write(textwrap.dedent(bar))