diff profilemanager/main.py @ 10:c77e9bef78d6

* update list of public API functions * further flushing out of profile manager
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 05 May 2010 17:08:47 -0700
parents 35dc297efa25
children 49d523a33c89
line wrap: on
line diff
--- a/profilemanager/main.py	Wed Apr 14 16:07:20 2010 -0700
+++ b/profilemanager/main.py	Wed May 05 17:08:47 2010 -0700
@@ -19,10 +19,13 @@
 
     # global option parsing
     commands = [ ProfileManager.backup,
+                 ProfileManager.backups,
                  ProfileManager.clone,
                  ProfileManager.list,
+#                 ProfileManager.merge,
+                 ProfileManager.new,
                  ProfileManager.restore,
-                 ProfileManager.merge ]
+                 ]
     parser = CommandParser(commands, setup=create_profilemanager)
     parser.add_option('-c', '--config', dest='config',
                       help="specify a profile.ini [default: $HOME/.mozilla/firefox/profiles.ini]")