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 --- digital/io/tools/test_simu_giboulee.py | 1 - 1 file changed, 1 deletion(-) (limited to 'digital/io/tools/test_simu_giboulee.py') diff --git a/digital/io/tools/test_simu_giboulee.py b/digital/io/tools/test_simu_giboulee.py index 16114c5b..eacaccf8 100644 --- a/digital/io/tools/test_simu_giboulee.py +++ b/digital/io/tools/test_simu_giboulee.py @@ -86,7 +86,6 @@ class TestSimu (InterNode): self.sensor_frame, self.robot_model) # Color switch. self.robot_model.color_switch.register (self.change_color) - self.change_color () def close (self): self.forked_hub.kill () -- cgit v1.2.3