From 02d6433b3e0084bc02e4b2a6fcefef64eac5cca0 Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Mon, 31 Jan 2011 17:37:32 +0000 Subject: Simplified the logic of sending events for the Sugar and non-Sugar case --- (limited to 'TurtleArt/tacollaboration.py') diff --git a/TurtleArt/tacollaboration.py b/TurtleArt/tacollaboration.py index 3760d15..4ade7d1 100644 --- a/TurtleArt/tacollaboration.py +++ b/TurtleArt/tacollaboration.py @@ -22,6 +22,7 @@ class Collaboration(): def __init__(self, tw, activity): """ A simplistic sharing model: the sharer is the master """ self._tw = tw + self._tw.send_event = self.send_event self._activity = activity def setup(self): -- cgit v0.9.1