Commit c7866439 authored by Georgios Dagkakis's avatar Georgios Dagkakis

AllocationManagement to append self in list

parent 468936fa
......@@ -29,6 +29,8 @@ class AllocationManagement(ObjectInterruption):
ObjectInterruption.initialize(self)
self.readData()
self.FDC=FutureDemandCreator()
from Globals import G
G.AllocationManagementList.append(self)
def run(self):
self.FDC.run()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment