From 07d243bbc9754ea9521a0170629b6aac8eac4ac1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 22 Jun 2011 13:16:09 -0400 Subject: [PATCH] testing GitHub for Mac --- toy.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 toy.py diff --git a/toy.py b/toy.py new file mode 100644 index 0000000..fea9860 --- /dev/null +++ b/toy.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- + +import tablib + +d = tablib.Dataset() + +with open('/Users/kreitz/Desktop/test.json') as f: + d.json = f.read() + +# del d[900:] + +# print d.height + +print len(d.ods) +