diff numerics/convert.py @ 52:37838ae694d2

import a thing
author Jeff Hammel <k0scist@gmail.com>
date Mon, 19 Jan 2015 13:24:43 -0800
parents 6d34c02f7c9c
children ecaf1d4b1c2c
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']