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:
authorWalter Bender <walter.bender@gmail.com>2011-03-21 21:32:46 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-21 21:32:46 (GMT)
commit1969d568bb440424d4128f627ac62ad3d5c62172 (patch)
tree40ed156eba97b82a94b6d6f5a1614d0457c79b8c /pysamples/load_journal_entry_to_heap.py
parentd686b77d0ef7411846981a4bb41acf1afb3e850b (diff)
adding subdirectory TurtleArt to import paths
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)