Commit a4dba098 authored by Jérome Perrin's avatar Jérome Perrin

remove not used code

parent de849fd0
...@@ -173,15 +173,6 @@ def createObjects(): ...@@ -173,15 +173,6 @@ def createObjects():
G.QueueManagedJobList=[] G.QueueManagedJobList=[]
G.ModelResourceList=[] G.ModelResourceList=[]
# test that we can instanciate everything.
obj_list = []
for (element_id, element) in nodes.iteritems():
element['id'] = element_id
resourceClass = Globals.getClassFromName(element['_class'])
resource = resourceClass(**element)
resource.nextIds = getSuccessorList(element['id'])
obj_list.append(resource)
# ----------------------------------------------------------------------- # -----------------------------------------------------------------------
# loop through all the model resources # loop through all the model resources
# search for repairmen and operators in order to create them # search for repairmen and operators in order to create them
......
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