changeset 13:805d358c4d74

STUB: numerics/read.py
author Jeff Hammel <k0scist@gmail.com>
date Fri, 19 Sep 2014 16:20:09 -0700
parents a929d14c0701
children 3a1f04f33feb
files numerics/read.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/numerics/read.py	Thu Sep 11 15:31:04 2014 -0700
+++ b/numerics/read.py	Fri Sep 19 16:20:09 2014 -0700
@@ -12,7 +12,7 @@
 import sys
 
 # module globals
-__all__ = ['main', 'Parser']
+__all__ = ['main', 'ReadParser']
 here = os.path.dirname(os.path.realpath(__file__))
 string = (str, unicode)