summaryrefslogtreecommitdiff
path: root/examples/remove_unused.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/remove_unused.py')
-rwxr-xr-xexamples/remove_unused.py2
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):