testing GitHub for Mac

This commit is contained in:
Kenneth Reitz 2011-06-22 13:16:09 -04:00
parent bf3484e606
commit 07d243bbc9
1 changed files with 15 additions and 0 deletions

15
toy.py Normal file
View File

@ -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)