changeset 892:a13142cbeabd

backport to python 2.4
author Frederic Bastien <nouiz@nouiz.org>
date Thu, 21 Jan 2010 13:17:09 -0500
parents fc9779dcd710
children 912be602c3ac
files pylearn/datasets/MNIST.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/datasets/MNIST.py	Tue Jan 05 10:48:59 2010 -0500
+++ b/pylearn/datasets/MNIST.py	Thu Jan 21 13:17:09 2010 -0500
@@ -1,7 +1,6 @@
 """
 Various routines to load/access MNIST data.
 """
-from __future__ import absolute_import
 
 import os
 import numpy