Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 1980b6cee -> 2b1b581e1
cloudmonkey: remove noop statement Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/2b1b581e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/2b1b581e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/2b1b581e Branch: refs/heads/master Commit: 2b1b581e10b52b136ca43f49f39d705d13f48621 Parents: 1980b6c Author: Rohit Yadav <[email protected]> Authored: Wed Sep 24 16:50:36 2014 +0200 Committer: Rohit Yadav <[email protected]> Committed: Wed Sep 24 16:50:36 2014 +0200 ---------------------------------------------------------------------- cloudmonkey/cloudmonkey.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/2b1b581e/cloudmonkey/cloudmonkey.py ---------------------------------------------------------------------- diff --git a/cloudmonkey/cloudmonkey.py b/cloudmonkey/cloudmonkey.py index 9063f08..ca5b8db 100644 --- a/cloudmonkey/cloudmonkey.py +++ b/cloudmonkey/cloudmonkey.py @@ -123,7 +123,6 @@ class CloudMonkeyShell(cmd.Cmd, object): while True: try: super(CloudMonkeyShell, self).cmdloop(intro="") - self.postloop() except KeyboardInterrupt: print("^C")
