changeset 164:e3de934a98b6

Add nist_lower, nist_upper, nist_all
author Arnaud Bergeron <abergeron@gmail.com>
date Thu, 25 Feb 2010 18:53:02 -0500
parents 4b28d7382dbf
children 4bc5eeec6394
files datasets/nist.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/datasets/nist.py	Thu Feb 25 18:40:01 2010 -0500
+++ b/datasets/nist.py	Thu Feb 25 18:53:02 2010 -0500
@@ -1,4 +1,4 @@
-__all__ = ['nist_digits']
+__all__ = ['nist_digits', 'nist_lower', 'nist_upper', 'nist_all']
 
 from ftfile import FTDataSet