From 6aba5ce69c4fbbe05f9b5336d1420690b708c432 Mon Sep 17 00:00:00 2001 From: Marion Date: Mon, 16 Sep 2013 15:42:52 +0000 Subject: don't import tautils.convert into tawindow - It has a name clash with tatype.convert and it is obsolete. --- diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py index a7e71d8..865e8de 100644 --- a/TurtleArt/tawindow.py +++ b/TurtleArt/tawindow.py @@ -77,7 +77,7 @@ from tautils import (magnitude, get_load_name, get_save_name, data_from_file, find_block_to_run, find_top_block, journal_check, find_group, find_blk_below, data_to_string, find_start_stack, get_hardware, debug_output, - error_output, convert, find_hat, find_bot_block, + error_output, find_hat, find_bot_block, restore_clamp, collapse_clamp, data_from_string, increment_name, get_screen_dpi) from tasprite_factory import (SVG, svg_str_to_pixbuf, svg_from_file) -- cgit v0.9.1