# HG changeset patch # User Jeff Hammel # Date 1411168809 25200 # Node ID 805d358c4d746509502db4302c0a52d6c2b5bc57 # Parent a929d14c07011c52f2f7cdc4504bc5f2a1c3b815 STUB: numerics/read.py diff -r a929d14c0701 -r 805d358c4d74 numerics/read.py --- 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)