Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/talogo.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/talogo.py')
-rw-r--r--TurtleArt/talogo.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/TurtleArt/talogo.py b/TurtleArt/talogo.py
index 775af0f..ba76085 100644
--- a/TurtleArt/talogo.py
+++ b/TurtleArt/talogo.py
@@ -735,6 +735,11 @@ class LogoCode:
""" Stop execution of a stack """
self.procstop = True
+ def active_turtle(self):
+ ''' NOP used to add get_active_turtle to Python export '''
+ # turtle = self.tw.turtles.get_turtle()
+ pass
+
def prim_turtle(self, name):
self.tw.turtles.set_turtle(name)