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/view/table_eurobot2009.py | 1 - 1 file changed, 1 deletion(-) (limited to 'host/simu/view/table_eurobot2009.py') diff --git a/host/simu/view/table_eurobot2009.py b/host/simu/view/table_eurobot2009.py index 37d4ce16..5e2d6db5 100644 --- a/host/simu/view/table_eurobot2009.py +++ b/host/simu/view/table_eurobot2009.py @@ -43,7 +43,6 @@ class Puck (Drawable): self.attr = attr self.model = model self.model.register (self.__notified) - self.__notified () def __notified (self): self.pos = self.model.pos -- cgit v1.2.3