Mercurial > mozilla > hg > ProfileManager
diff profilemanager/manager.py @ 50:4cd6fc940407
* test backup
* import needed time
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 07 May 2010 09:43:35 -0700 |
parents | 09a2666999fa |
children | dc9324b52c2a |
line wrap: on
line diff
--- a/profilemanager/manager.py Fri May 07 09:27:39 2010 -0700 +++ b/profilemanager/manager.py Fri May 07 09:43:35 2010 -0700 @@ -5,6 +5,7 @@ import os import shutil import string +import time import ConfigParser from random import Random from utils import format_tabular @@ -153,6 +154,7 @@ # add backup entry to profiles.ini: # `Backup=$(profile)s.$(datestamp)s.bak` + import pdb; pdb.set_trace() raise NotImplementedError