Skip to content
Snippets Groups Projects
Commit 362a7a52 authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed API of the module

parent ed69faa5
No related branches found
No related tags found
1 merge request!29Extract io layer to writer/reader class
...@@ -17,5 +17,5 @@ class KPIAdderBundle(HasStrictTraits): ...@@ -17,5 +17,5 @@ class KPIAdderBundle(HasStrictTraits):
return KPIAdderModel(self, **model_data) return KPIAdderModel(self, **model_data)
def create_data_source(self, application, model): def create_kpi_calculator(self, application, model):
return KPIAdderCalculator(self, application, model) return KPIAdderCalculator(self, application, model)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment