summaryrefslogtreecommitdiff
path: root/linegraph-test/data.py
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-12-08 15:15:26 +0200
committerYuval Adam <yuv.adm@gmail.com>2011-12-08 15:15:26 +0200
commit152aea5b86cdab40b6f3bd0f9bb6cc49bf4018bb (patch)
tree8b1fc0c5237bd055ee3d845abf2a541a86460395 /linegraph-test/data.py
parente263daa376ed8b6be58d3c7d311e4b896666d8fc (diff)
useless crap cleanupHEADmaster
Diffstat (limited to 'linegraph-test/data.py')
-rw-r--r--linegraph-test/data.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/linegraph-test/data.py b/linegraph-test/data.py
deleted file mode 100644
index 9171e2a..0000000
--- a/linegraph-test/data.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import csv
-
-with open('data.csv', 'r') as f:
- reader = csv.reader(f)
- tags = reader.next()
- data = zip(*[row for row in reader])
-
- \ No newline at end of file