diff options
author | Vincenzo Maffione <[email protected]> | 2017-02-06 21:29:08 +0100 |
---|---|---|
committer | Vincenzo Maffione <[email protected]> | 2017-02-06 21:29:08 +0100 |
commit | 896c79348ef28d907fcb571995c54c947f4b5c75 (patch) | |
tree | 85e5eaf1e7f049edbb84a1aa79d17b87954cd93b | |
parent | d76fd4b3bb896c474b6762ccd930e0d061f365cb (diff) | |
download | rumba-896c79348ef28d907fcb571995c54c947f4b5c75.tar.gz rumba-896c79348ef28d907fcb571995c54c947f4b5c75.zip |
rhumba: rename add_node --> del_node
-rwxr-xr-x | rhumba.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |