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-05-03 20:36:16 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-05-03 20:36:16 (GMT)
commit569cc12d1e19919f5af44f38331c3a9ad7fe7683 (patch)
treec75cea15d745753f208da72e9ec01194e67d740b /taproject.py
parent57aa5fbdc4d07c2d062ad40a55cb82a4007901e5 (diff)
refactoring of media blocks
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()