Starting erlang_js properly, and modified python_client tot start two sequential connections

This commit is contained in:
Jonatan Pålsson 2011-02-06 14:43:31 +01:00
parent 79777e7b1c
commit 7267781b64
4 changed files with 8 additions and 5 deletions

View file

@ -3,4 +3,5 @@
start() ->
application:start(inets),
application:start(erlang_js),
application:start(ggs).