diff options
Diffstat (limited to 'examples/remove_unused.py')
-rwxr-xr-x | examples/remove_unused.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/remove_unused.py b/examples/remove_unused.py index dfe0a055..8a567123 100755 --- a/examples/remove_unused.py +++ b/examples/remove_unused.py @@ -9,7 +9,7 @@ name, they just won't clutter the help menu. Commands can also be removed entirely by using Python's "del". """ -from cmd2 import cmd2 +import cmd2 class RemoveUnusedBuiltinCommands(cmd2.Cmd): |