Mercurial > mozilla > hg > ProfileManager
changeset 54:f3812255ce6e
"in", not what the knights say in holy grail
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 07 May 2010 11:27:32 -0700 |
parents | c279d2797d45 |
children | 3b53d584195f |
files | profilemanager/manager.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/profilemanager/manager.py Fri May 07 11:24:50 2010 -0700 +++ b/profilemanager/manager.py Fri May 07 11:27:32 2010 -0700 @@ -198,7 +198,7 @@ if datestamp: backup_dirs = [ (i[0], time.strftime(datestamp, time.localtime(int(i[1])))) - for i ni backup_dirs ] + for i in backup_dirs ] return backups_dirs