can't remember

This commit is contained in:
Jeena Paradies 2011-02-11 12:28:34 +01:00
parent c67bcc32e7
commit fa63ea104b
9 changed files with 53 additions and 6 deletions

View file

@ -31,7 +31,7 @@ Command: define\n\
Content-Type: text\n\
Content-Length: 49\n\
\n\
function myFun() {return callErlang('a', 'b') ;}" % token)
function myFun() {return 'Hello World!' ;}" % token)
fs = s.makefile()
data = fs.readline()
print "Token:", token