From fbe6fe161254a780ca47d0424f46069d0c34c352 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 25 Sep 2010 02:55:21 -0400 Subject: [PATCH] fix old push --- test.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index 0f021e4..0000000 --- a/test.py +++ /dev/null @@ -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 \ No newline at end of file