From 48e509336acdda1bb0a449c00bc7a8918fb9df85 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 11 Oct 2009 20:16:31 +0200 Subject: host, digital/io/tools, digital/asserv/tools: notify observers on register --- host/inter/inter_node.py | 1 - 1 file changed, 1 deletion(-) (limited to 'host/inter') diff --git a/host/inter/inter_node.py b/host/inter/inter_node.py index 66eb5b2f..1ec1e849 100644 --- a/host/inter/inter_node.py +++ b/host/inter/inter_node.py @@ -75,7 +75,6 @@ class InterNode (Inter): s.obstacles = self.obstacles s.hide = True s.register (self.update_sharps) - self.update_sharps () self.path = Path (self.tableview.table) self.io_link.path.register (self.notify_path) -- cgit v1.2.3