Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tacollaboration.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-06-26 11:32:49 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-06-26 11:32:49 (GMT)
commit2aa89e82f096b341615432eda111559cc157c778 (patch)
tree2cfa5a11ad5d911b4f8a650c756f36b46cec9eb4 /TurtleArt/tacollaboration.py
parente0bdc859679f2564236726e607b26983bab6ab2b (diff)
pep8, pyflakes cleanup
Diffstat (limited to 'TurtleArt/tacollaboration.py')
-rw-r--r--TurtleArt/tacollaboration.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/TurtleArt/tacollaboration.py b/TurtleArt/tacollaboration.py
index 347c806..84ad4db 100644
--- a/TurtleArt/tacollaboration.py
+++ b/TurtleArt/tacollaboration.py
@@ -286,15 +286,15 @@ class Collaboration():
else:
put_pen_back_down = False
self.send_event('x|%s' % (data_to_string(
- [self._get_nick(),
- [int(self._tw.turtles.get_active_turtle().get_xy()[0]),
- int(self._tw.turtles.get_active_turtle().get_xy()[1])]])))
+ [self._get_nick(),
+ [int(self._tw.turtles.get_active_turtle().get_xy()[0]),
+ int(self._tw.turtles.get_active_turtle().get_xy()[1])]])))
if put_pen_back_down:
self.send_event('p|%s' % (data_to_string([self._get_nick(),
True])))
self.send_event('r|%s' % (data_to_string(
- [self._get_nick(),
- int(self._tw.turtles.get_active_turtle().get_heading())])))
+ [self._get_nick(),
+ int(self._tw.turtles.get_active_turtle().get_heading())])))
def _reskin_turtle(self, payload):
if len(payload) > 0: