Commit fd1024ff authored by ben's avatar ben Committed by Commit bot

Remove unused imports from tools/js2c.py

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

Cr-Commit-Position: refs/heads/master@{#30941}
parent c90c60ba
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment