comparison: build/pymake/tests/subdir/pymod.py
build/pymake/tests/subdir/pymod.py
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 import testmodule |
|
2 |
|
3 def writetofile(args): |
|
4 with open(args[0], 'w') as f: |
|
5 f.write(' '.join(args[1:])) |