From a1e7934462102966af0266678ccd4c653512aa69 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Fri, 23 May 2014 17:42:21 +0100 Subject: Delete all the things --- system-version-manager/system-version-manager | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/system-version-manager/system-version-manager b/system-version-manager/system-version-manager index de75a23..6bbad56 100755 --- a/system-version-manager/system-version-manager +++ b/system-version-manager/system-version-manager @@ -301,27 +301,6 @@ class SystemVersionManager(object): self.mount_fs() try: self._check_system_compatibility() - - # TODO: it's possible to use action to call the functions - # directly if we set action to the function we want to - # call when we parse it - #if action == "list": - # self.cmd_list() - #elif action == "deploy": - # self.cmd_deploy(args.location) - #elif action == "upgrade": - # self.cmd_upgrade() - #elif action == "remove": - # self.cmd_remove(args.system_name) - #elif action == "set-default": - # self.cmd_set_default(args.system_name) - #elif action == "get-default": - # self.cmd_get_default() - #elif action == "get-running": - # self.cmd_get_running() - #else: - # raise NotImplementedError("Unknown command %s" % action) - action(args) except SystemNotCompatibleError, e: -- cgit v1.2.1