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

remove not used code

parent de849fd0
...@@ -172,15 +172,6 @@ def createObjects(): ...@@ -172,15 +172,6 @@ def createObjects():
G.MachineManagedJobList=[] G.MachineManagedJobList=[]
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
......
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