aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-02-06 21:29:08 +0100
committerVincenzo Maffione <v.maffione@gmail.com>2017-02-06 21:29:08 +0100
commit896c79348ef28d907fcb571995c54c947f4b5c75 (patch)
tree85e5eaf1e7f049edbb84a1aa79d17b87954cd93b
parentd76fd4b3bb896c474b6762ccd930e0d061f365cb (diff)
downloadrumba-896c79348ef28d907fcb571995c54c947f4b5c75.tar.gz
rumba-896c79348ef28d907fcb571995c54c947f4b5c75.zip
rhumba: rename add_node --> del_node
-rwxr-xr-xrhumba.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhumba.py b/rhumba.py
index 195bf15..688985c 100755
--- a/rhumba.py
+++ b/rhumba.py
@@ -289,7 +289,7 @@ class Experiment:
def add_node(self, node):
self.nodes.append(node)
- def add_node(self, node):
+ def del_node(self, node):
self.nodes.remove(node)
# Realize the experiment topology, using a testbed-specific setup