Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: tools/json_schema_compiler/preview.py

Issue 23549025: Clean up JSON Schema Compiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/json_schema_compiler/preview.py
diff --git a/tools/json_schema_compiler/preview.py b/tools/json_schema_compiler/preview.py
index 22ed0f2df9f84db99ab1f61be21ddf1cf2e821c1..3e9960565059ff62321a2fdf5c5f64c64dc92e82 100755
--- a/tools/json_schema_compiler/preview.py
+++ b/tools/json_schema_compiler/preview.py
@@ -8,7 +8,6 @@
import cc_generator
import code
-import compiler
import cpp_type_generator
import cpp_util
import h_generator
@@ -18,7 +17,6 @@ import model
import optparse
import os
import schema_loader
-import sys
import urlparse
from highlighters import (
pygments_highlighter, none_highlighter, hilite_me_highlighter)

Powered by Google App Engine
This is Rietveld 408576698