Mercurial > pylearn
changeset 1434:f88508a42a38
white space fix.
author | Frederic Bastien <nouiz@nouiz.org> |
---|---|
date | Tue, 22 Feb 2011 10:04:50 -0500 |
parents | 14ba52c38f07 |
children | 3dd64c115657 |
files | bin/pkldu.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/pkldu.py Tue Feb 22 10:04:32 2011 -0500 +++ b/bin/pkldu.py Tue Feb 22 10:04:50 2011 -0500 @@ -122,7 +122,7 @@ if len(stringrep) > 15: stringrep = stringrep[0:12] + "..." del orig_obj[0] - + s = cPickle.dumps(orig_obj) new_bytes = len(s) diff_bytes = prev_bytes - new_bytes @@ -138,4 +138,3 @@ i+= 1 -