Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taproject.py
diff options
context:
space:
mode:
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 ee65cee..2fc676a 100644
--- a/taproject.py
+++ b/taproject.py
@@ -65,6 +65,7 @@ def load_files(tw,ta_file, png_file=''):
text = f.read()
io = StringIO(text)
listdata = json.load(io)
+ print listdata
# listdata = json.decode(text)
data = tuplify(listdata) # json converts tuples to lists
f.close()