ProjectController.py
changeset 2620 063391cd313d
parent 2619 b1ebe2803285
child 2621 af09744a468e
equal deleted inserted replaced
2619:b1ebe2803285 2620:063391cd313d
   661         '''
   661         '''
   662         children = []
   662         children = []
   663         for child in self.IECSortedChildren():
   663         for child in self.IECSortedChildren():
   664             children.append(child.GetVariableLocationTree())
   664             children.append(child.GetVariableLocationTree())
   665         return children
   665         return children
   666 
       
   667     def ConfNodePath(self):
       
   668         return paths.AbsDir(__file__)
       
   669 
   666 
   670     def CTNPath(self, CTNName=None):
   667     def CTNPath(self, CTNName=None):
   671         return self.ProjectPath
   668         return self.ProjectPath
   672 
   669 
   673     def ConfNodeXmlFilePath(self, CTNName=None):
   670     def ConfNodeXmlFilePath(self, CTNName=None):