From 71e4e4705b3e52cbd2f3a9e176b19bc8ceb3adbd Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 18 Aug 2009 03:19:56 +0000 Subject: cleaning up load/save/keep --- (limited to 'taproject.py') 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 -- cgit v0.9.1