Example #1
0
 def redoCmd(self):
     """
         Redoes the creation of the node.
         Just calls the function redoCmd() of the class CmdCreateNode.
     """
     CmdCreateNode.redoCmd(self)
Example #2
0
 def redoCmd(self):
     """
         Redoes the creation of the node.
         Just calls the function redoCmd() of the class CmdCreateNode.
     """
     CmdCreateNode.redoCmd(self)