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

Unified Diff: lib/html/scripts/dartgenerator.py

Issue 11045020: Merge BaseGenerator into HtmlDartInterfaceGenerator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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: lib/html/scripts/dartgenerator.py
diff --git a/lib/html/scripts/dartgenerator.py b/lib/html/scripts/dartgenerator.py
index 7133bf8ba07a0d5d1ff3c3b1b15f777c5005804b..ec22a5b946578f90da72f03536facc9f5612dca9 100755
--- a/lib/html/scripts/dartgenerator.py
+++ b/lib/html/scripts/dartgenerator.py
@@ -11,7 +11,6 @@ import logging
import os
import re
import shutil
-import systembase
from generator import *
_logger = logging.getLogger('dartgenerator')

Powered by Google App Engine
This is Rietveld 408576698