fix old push

This commit is contained in:
Kenneth Reitz
2010-09-25 02:55:21 -04:00
parent 17e90e71e5
commit fbe6fe1612
-19
View File
@@ -1,19 +0,0 @@
# -*- coding: utf-8 -*-
import tablib
data = tablib.Dataset()
data.headers = ['a', 'b', 'c']
data.append([1,2,3])
data.append([1,2,3])
print data.dict
new_data = tablib.formats.json.import_set(str(data.json))
#print new_data.yaml
# data.headers = ['one', 'two', 'three']
# print data.dict