projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c90c60b
)
Remove unused imports from tools/js2c.py
author
ben
<ben@strongloop.com>
Fri, 25 Sep 2015 13:57:31 +0000
(06:57 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Fri, 25 Sep 2015 13:57:41 +0000
(13:57 +0000)
Review URL: https://codereview.chromium.org/
1359033002
Cr-Commit-Position: refs/heads/master@{#30941}
tools/js2c.py
patch
|
blob
|
history
diff --git
a/tools/js2c.py
b/tools/js2c.py
index 6455a0df8ed4dbd2caaa51448a06bb1b8839daaa..bd50692bb8dde1eb55b50b7b62426e1fc41a5301 100755
(executable)
--- a/
tools/js2c.py
+++ b/
tools/js2c.py
@@
-31,10
+31,9
@@
# char arrays. It is used for embedded JavaScript code in the V8
# library.
-import os, re
, sys, string
+import os, re
import optparse
import jsmin
-import bz2
import textwrap