diff options
author | Jeff Terrace <jterrace@gmail.com> | 2011-10-13 14:32:05 -0400 |
---|---|---|
committer | Jeff Terrace <jterrace@gmail.com> | 2011-10-13 14:32:05 -0400 |
commit | 02c582ce57c7466ddbf327645b1d9d8ab93cfb21 (patch) | |
tree | 8282f1be0f142891aa497b55e222f48c95c773e8 /tools/file2json.py | |
parent | 8db994d1596ff691c2d603ebc6206bdfc73b2a4d (diff) | |
parent | 02163f9957c1e0ee02b1c7d0936a084ffb592cff (diff) |
Merge branch 'master' of https://github.com/kripken/emscripten
Diffstat (limited to 'tools/file2json.py')
-rw-r--r-- | tools/file2json.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/file2json.py b/tools/file2json.py index 19f32e17..65547e72 100644 --- a/tools/file2json.py +++ b/tools/file2json.py @@ -22,6 +22,5 @@ while len(sdata) > 0: if len(sdata) > 0: lined += ['\n'] json = '[' + ''.join(lined) + ']' - -print 'var ' + sys.argv[2] + '=' + json + ';' +print json |