Sign in
cobalt
/
cobalt
/
71840339e1109efe930df5c60712d91cdcc962a8
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
subdir
/
pymod.py
blob: 1a47d8af261466dd914775ef2275be6efc5c5b02 [
file
] [
log
] [
blame
]
import
testmodule
def
writetofile
(
args
):
with
open
(
args
[
0
],
'w'
)
as
f
:
f
.
write
(
' '
.
join
(
args
[
1
:]))