From 9b6de0eb9e4f09cddd12129a2547dd1ad07552f0 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 27 Jan 2010 11:39:25 +0000 Subject: fixing turtle rotation --- (limited to 'tajail.py') diff --git a/tajail.py b/tajail.py index 64ec02e..3bbd1b1 100644 --- a/tajail.py +++ b/tajail.py @@ -25,7 +25,7 @@ try: from numpy import * except: pass -from taturtle import * +from tacanvas import * def myfunc(lc, f, x): # check to make sure no import calls are made -- cgit v0.9.1