diff profilemanager/main.py @ 4:35dc297efa25

adding listing function and other cleanup
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 05 Apr 2010 13:53:22 -0700
parents 979315ed0816
children c77e9bef78d6
line wrap: on
line diff
--- a/profilemanager/main.py	Mon Apr 05 13:10:31 2010 -0700
+++ b/profilemanager/main.py	Mon Apr 05 13:53:22 2010 -0700
@@ -18,8 +18,9 @@
 def main(args=sys.argv[1:]):
 
     # global option parsing
-    commands = [ ProfileManager.clone,
-                 ProfileManager.backup,
+    commands = [ ProfileManager.backup,
+                 ProfileManager.clone,
+                 ProfileManager.list,
                  ProfileManager.restore,
                  ProfileManager.merge ]
     parser = CommandParser(commands, setup=create_profilemanager)