changeset 1425:25985fb3bb4f

fix whitespace.
author Frederic Bastien <nouiz@nouiz.org>
date Tue, 08 Feb 2011 11:14:37 -0500
parents 84cb96db5673
children 4988f8ea0836
files pylearn/datasets/config.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/datasets/config.py	Tue Feb 08 11:14:04 2011 -0500
+++ b/pylearn/datasets/config.py	Tue Feb 08 11:14:37 2011 -0500
@@ -27,7 +27,7 @@
 
 def data_root():
     """Deprecated, use data_roots() or get_filepath_in_roots()
-    
+
     It id deprecated as it don't allow to use more then 1 path.
     """
     roots = env_get('PYLEARN_DATA_ROOT', os.getenv('HOME')+'/data', 'DBPATH')
@@ -54,7 +54,7 @@
 def get_filepath_in_roots(*names):
     """Return the full path of name that exist under a directory
     in the PYLEARN_DATA_ROOT env variable.
-    
+
     If their is multiple file name, we return the first that exist.
     This allow to get one of the file that is there.
     """