Revision f98912a4

b/kamaki/cli/command_shell.py
73 73

  
74 74
    undoc_header = 'interactive shell commands:'
75 75

  
76
    def emptyline(self):
77
        self.lastcmd = ''
78

  
76 79
    def postcmd(self, post, line):
77 80
        if self._context_stack:
78 81
            self._roll_command()

Also available in: Unified diff