Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taproject.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-08-18 03:19:56 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-08-18 03:19:56 (GMT)
commit71e4e4705b3e52cbd2f3a9e176b19bc8ceb3adbd (patch)
tree31d35fb640c8a3e25a5781c98457e7e02eababcf /taproject.py
parent638096a3d0311debc285f7b420ca42d98904805d (diff)
cleaning up load/save/keep
Diffstat (limited to 'taproject.py')
-rw-r--r--taproject.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/taproject.py b/taproject.py
index c0c5c69..38ee5fa 100644
--- a/taproject.py
+++ b/taproject.py
@@ -73,6 +73,7 @@ def load_files(tw,ta_file, png_file=''):
# print "reading saved json data"
f.seek(0) # rewind necessary because of pickle.load
text = f.read()
+ # print text
io = StringIO(text)
listdata = jload(io)
print listdata