diff numerics/manipulate.py @ 111:c4d26ef63d8e

fix error in convert and i think this works sorta well enouigh for now
author Jeff Hammel <k0scist@gmail.com>
date Sun, 15 Mar 2015 15:38:12 -0700
parents 5790bcb30bd8
children d255058333b2
line wrap: on
line diff
--- a/numerics/manipulate.py	Sun Mar 15 15:28:15 2015 -0700
+++ b/numerics/manipulate.py	Sun Mar 15 15:38:12 2015 -0700
@@ -34,6 +34,7 @@
     def process(self):
         return transpose(self.typed_data())
 
+
 def main(args=sys.argv[1:]):
     """CLI"""