Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pysamples/load_journal_entry_to_heap.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysamples/load_journal_entry_to_heap.py')
-rw-r--r--pysamples/load_journal_entry_to_heap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysamples/load_journal_entry_to_heap.py b/pysamples/load_journal_entry_to_heap.py
index 4ee713c..f587822 100644
--- a/pysamples/load_journal_entry_to_heap.py
+++ b/pysamples/load_journal_entry_to_heap.py
@@ -30,7 +30,7 @@ def myblock(tw, x): # ignore second argument
#
###########################################################################
- from tautils import chooser
+ 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)