Remove unused imports from tools/js2c.py

Review URL: https://codereview.chromium.org/1359033002

Cr-Commit-Position: refs/heads/master@{#30941}
This commit is contained in:
ben 2015-09-25 06:57:31 -07:00 committed by Commit bot
parent c90c60ba26
commit fd1024ffb7

View File

@ -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