From a308a5425f6f7bed7fc15ba43d9bf3f1894083fa Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 27 Jul 2013 22:38:22 +0000 Subject: remove extra stuff --- (limited to 'pysamples/load_journal_entry_to_heap.py') diff --git a/pysamples/load_journal_entry_to_heap.py b/pysamples/load_journal_entry_to_heap.py deleted file mode 100644 index 3dd3bb5..0000000 --- a/pysamples/load_journal_entry_to_heap.py +++ /dev/null @@ -1,18 +0,0 @@ -#Copyright (c) 2010-11, Walter Bender, Tony Forster - -# This procedure is invoked when the user-definable block on the -# "extras" palette is selected. - -# Usage: Import this code into a Python (user-definable) block; when -# this code is run, the chooser will be opened for selecting a file -# from the Journal. The contents of that file will be loaded onto the -# FILO heap. - - -def myblock(tw, x): # ignore second argument - ''' Load heap from journal (Sugar only) ''' - - from TurtleArt.tautils import chooser - - # Choose a datastore object and push data to heap (Sugar only) - chooser(tw.parent, '', tw.lc.push_file_data_to_heap) -- cgit v0.9.1