From b94b444aaab2680bcdc6b85c0a00ed929dd58ef7 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Savard Date: Sun, 19 Apr 2009 21:23:42 +0000 Subject: Work on bundler.py and serializertests.py, tests OK --- (limited to 'src/sugar/tutorius/actions.py') diff --git a/src/sugar/tutorius/actions.py b/src/sugar/tutorius/actions.py index ad91fb4..2dca6c7 100644 --- a/src/sugar/tutorius/actions.py +++ b/src/sugar/tutorius/actions.py @@ -157,7 +157,7 @@ class BubbleMessage(Action): def set_pos(self, x, y): self._position = [x, y] def get_pos(self): - return self.position + return self._position position = property(fget=get_pos, fset=set_pos, doc="Position in [x, y] on the screen") def set_tail_pos(self, x, y): -- cgit v0.9.1