From 7b2d8a23b978f408cc1fe949e23c0aae97ed54a3 Mon Sep 17 00:00:00 2001 From: kotfu Date: Sun, 29 Apr 2018 15:29:54 -0600 Subject: multilineCommands -> multiline_commands --- examples/pirate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pirate.py') diff --git a/examples/pirate.py b/examples/pirate.py index 7fe3884b..bcf9a368 100755 --- a/examples/pirate.py +++ b/examples/pirate.py @@ -14,7 +14,7 @@ class Pirate(Cmd): """A piratical example cmd2 application involving looting and drinking.""" def __init__(self): self.default_to_shell = True - self.multilineCommands = ['sing'] + self.multiline_commands = ['sing'] self.terminators = Cmd.terminators + ['...'] self.songcolor = 'blue' -- cgit v1.2.1