changeset 32:27913386a8a3

todo
author Jeff Hammel <k0scist@gmail.com>
date Tue, 04 Nov 2014 15:54:50 -0800
parents a655306ee78d
children f35b646eefa9
files numerics/convert.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/numerics/convert.py	Tue Nov 04 15:52:12 2014 -0800
+++ b/numerics/convert.py	Tue Nov 04 15:54:50 2014 -0800
@@ -32,5 +32,7 @@
                         help="CSV file")
     options = parser.parse_args(args)
 
+    # read CSV file
+
 if __name__ == '__main__':
     main()