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/simu/model/switch.py | 1 - 1 file changed, 1 deletion(-) (limited to 'host/simu/model/switch.py') diff --git a/host/simu/model/switch.py b/host/simu/model/switch.py index 617a22ff..30cc1466 100644 --- a/host/simu/model/switch.py +++ b/host/simu/model/switch.py @@ -31,7 +31,6 @@ class Switch (Observable): self.link = link self.state = None self.register (self.__update) - self.__update () def __update (self): self.link.state = self.state -- cgit v1.2.3