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/robots/giboulee/view/arm.py | 1 - 1 file changed, 1 deletion(-) (limited to 'host/simu/robots/giboulee/view/arm.py') diff --git a/host/simu/robots/giboulee/view/arm.py b/host/simu/robots/giboulee/view/arm.py index 205857a2..dafc68ab 100644 --- a/host/simu/robots/giboulee/view/arm.py +++ b/host/simu/robots/giboulee/view/arm.py @@ -35,7 +35,6 @@ class Arm (Drawable): Drawable.__init__ (self, onto) self.model = model self.model.register (self.__notified) - self.__notified () def __notified (self): self.angle = self.model.angle -- cgit v1.2.3