changeset 52:37838ae694d2

import a thing
author Jeff Hammel <k0scist@gmail.com>
date Mon, 19 Jan 2015 13:24:43 -0800
parents e7e49b46832b
children cd9ec2784077
files numerics/convert.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/numerics/convert.py	Mon Jan 19 12:51:25 2015 -0800
+++ b/numerics/convert.py	Mon Jan 19 13:24:43 2015 -0800
@@ -6,6 +6,7 @@
 
 import argparse
 import sys
+from .data import transpose
 from .read import read_csv, CSVParser
 
 __all__ = ['cast', 'float_or_orig', 'main']