# HG changeset patch # User Frederic Bastien # Date 1297181677 18000 # Node ID 25985fb3bb4fb855bab9ce162dfad0d77321cf87 # Parent 84cb96db56735c221a37799bcefb2eed0e813078 fix whitespace. diff -r 84cb96db5673 -r 25985fb3bb4f pylearn/datasets/config.py --- 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. """