diff options
Diffstat (limited to 'examples/modular_commands/commandset_custominit.py')
-rw-r--r-- | examples/modular_commands/commandset_custominit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/modular_commands/commandset_custominit.py b/examples/modular_commands/commandset_custominit.py index ce49876a..d96c5f1c 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, Statement, with_category, CommandSet, with_default_category, register_command +from cmd2 import Cmd, CommandSet, Statement, register_command, with_category, with_default_category @register_command |