diff options
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 |