From 569cc12d1e19919f5af44f38331c3a9ad7fe7683 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sun, 03 May 2009 20:36:16 +0000 Subject: refactoring of media blocks --- (limited to 'taproject.py') 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() -- cgit v0.9.1