Index: lib/dom/scripts/systeminterface.py |
diff --git a/lib/dom/scripts/systeminterface.py b/lib/dom/scripts/systeminterface.py |
index 64b8682963d15b6957a5991c523a6d8dd58901ab..857d1d3df49bd14597d60d22b8cd8e96e1a84023 100644 |
--- a/lib/dom/scripts/systeminterface.py |
+++ b/lib/dom/scripts/systeminterface.py |
@@ -12,9 +12,8 @@ from generator import * |
class InterfacesSystem(systembase.System): |
- def __init__(self, templates, database, emitters, output_dir): |
- super(InterfacesSystem, self).__init__( |
- templates, database, emitters, output_dir) |
+ def __init__(self, context): |
+ super(InterfacesSystem, self).__init__(context) |
self._dart_interface_file_paths = [] |