From 06cee9126839c465a356f8b44a5f008853eb8cad Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Fri, 24 Jul 2020 12:21:43 -0400 Subject: updated imports Added additional documentation --- examples/modular_commands/commandset_custominit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/modular_commands') diff --git a/examples/modular_commands/commandset_custominit.py b/examples/modular_commands/commandset_custominit.py index fa26644b..5a574a59 100644 --- a/examples/modular_commands/commandset_custominit.py +++ b/examples/modular_commands/commandset_custominit.py @@ -2,7 +2,7 @@ """ A simple example demonstrating a loadable command set """ -from cmd2 import Cmd, CommandSet, Statement, with_category, with_default_category +from cmd2 import Cmd, CommandSet, Statement, with_default_category @with_default_category('Custom Init') -- cgit v1.2.1