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

Unified Diff: client/dom/scripts/systeminterface.py

Issue 9433061: Remove duplicate of SystemInterface (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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
« no previous file with comments | « client/dom/scripts/systembase.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/systeminterface.py
diff --git a/client/dom/scripts/systeminterface.py b/client/dom/scripts/systeminterface.py
index c23bdfd9e3dc27fbc0a2d84cb6c00a3380a5476a..e09d46baf631197bea0b8e0169c7b1b2d4813e1e 100644
--- a/client/dom/scripts/systeminterface.py
+++ b/client/dom/scripts/systeminterface.py
@@ -6,10 +6,11 @@
"""This module providesfunctionality for systems to generate
Dart interfaces from the IDL database."""
+import os
+import systembase
from generator import *
-from systembase import *
-class InterfacesSystem(System):
+class InterfacesSystem(systembase.System):
def __init__(self, templates, database, emitters, output_dir):
super(InterfacesSystem, self).__init__(
« no previous file with comments | « client/dom/scripts/systembase.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698