Mercurial > hg > numerics
changeset 24:f42808450199
bugfixes
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 07 Oct 2014 16:05:55 -0700 |
parents | 87615a38190c |
children | 1a0dfe551d71 |
files | numerics/read.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/numerics/read.py Fri Oct 03 17:59:28 2014 -0700 +++ b/numerics/read.py Tue Oct 07 16:05:55 2014 -0700 @@ -7,6 +7,7 @@ # imports import argparse +import csv import os import subprocess import sys @@ -114,7 +115,7 @@ """CLI""" # parse command line options - parser = CVSParser() + parser = CSVParser() options = parser.parse_args(args) # read CSV