fix merging error in iotlabv1Node.py
authorMohamed Larabi <mohamed.larabi@inria.fr>
Thu, 3 Oct 2013 09:27:50 +0000 (11:27 +0200)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Thu, 3 Oct 2013 09:27:50 +0000 (11:27 +0200)
sfa/rspecs/elements/versions/iotlabv1Node.py

index df3dc6c..6f9502f 100644 (file)
@@ -55,20 +55,6 @@ class Iotlabv1Node:
 
     @staticmethod
     def add_nodes(xml, nodes, rspec_content_type=None):
-        """Adds the nodes to the xml.
-
-        Adds the nodes as well as dedicated iotlab fields to the node xml
-        element.
-
-        :param xml: the xml being constructed.
-        :type xml: xml
-        :param nodes: list of node dict
-        :type nodes: list
-        :returns: a list of node elements.
-        :rtype: list
-
-        """
->>>>>>> f7d277c... rspec.version.add_nodes take an extra arg to handle Request RSpec
         #Add network item in the xml
         network_elems = xml.xpath('//network')
         if len(network_elems) > 0: