From d9c41d3c4ad0e006e719892a00bdb40874830ae2 Mon Sep 17 00:00:00 2001 From: Jon Whiteaker Date: Wed, 22 Feb 2012 16:10:15 -0800 Subject: new combined data --- data/combine.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 data/combine.py (limited to 'data/combine.py') diff --git a/data/combine.py b/data/combine.py deleted file mode 100755 index b969935..0000000 --- a/data/combine.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/python -import os -import sys - -runs = [] -for arg in sys.argv[1:]: - runs += [[open(arg), arg.split('/')[-2]]] - -for lines, sub_dir in runs: - for line in lines: - print sub_dir+","+line.strip() -- cgit v1.2.3-70-g09d2