summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-23 17:42:21 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-05-23 17:42:21 +0100
commita1e7934462102966af0266678ccd4c653512aa69 (patch)
treeb802d629bb69d0f745ebf0fc96a8eb906d563570
parent96af988c9d3c098b6ef5488b872134c3de3a3b00 (diff)
downloadtbdiff-a1e7934462102966af0266678ccd4c653512aa69.tar.gz
Delete all the things
-rwxr-xr-xsystem-version-manager/system-version-manager21
1 files changed, 0 insertions, 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: