Mercurial > mozilla > hg > ProfileManager
diff profilemanager/main.py @ 20:49d523a33c89
more stubbing
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 06 May 2010 13:02:08 -0700 |
parents | c77e9bef78d6 |
children | 145e111903d2 |
line wrap: on
line diff
--- a/profilemanager/main.py Thu May 06 12:42:27 2010 -0700 +++ b/profilemanager/main.py Thu May 06 13:02:08 2010 -0700 @@ -24,6 +24,7 @@ ProfileManager.list, # ProfileManager.merge, ProfileManager.new, + ProfileManager.remove, ProfileManager.restore, ] parser = CommandParser(commands, setup=create_profilemanager)