From e097d976fdc00ade861d3c0a49e52b6320a163b3 Mon Sep 17 00:00:00 2001 From: Przemyslaw Kaminski Date: Tue, 15 Sep 2015 12:53:38 +0200 Subject: [PATCH] hosts.py: remove Connections.clear() --- examples/hosts_file/hosts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hosts_file/hosts.py b/examples/hosts_file/hosts.py index 35b3940e..f7ba9f92 100644 --- a/examples/hosts_file/hosts.py +++ b/examples/hosts_file/hosts.py @@ -13,7 +13,6 @@ db = get_db() def run(): db.clear() - signals.Connections.clear() node1 = vr.create('node1', 'resources/ro_node', {'name': 'first' + str(time.time()), 'ip': '10.0.0.3',