summaryrefslogtreecommitdiff
path: root/examples/subcommands.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-25 22:27:23 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-25 22:27:23 -0400
commitf4a1c3250d5f92c6ad77bc0120f007ad3ff8e344 (patch)
treee40f7463a8051d5ea6291906c9ebe8cd282b6b39 /examples/subcommands.py
parent2d111d856be7f8dff5522815487d7e73bf6a06f9 (diff)
downloadcmd2-git-f4a1c3250d5f92c6ad77bc0120f007ad3ff8e344.tar.gz
Removed unused imports
Diffstat (limited to 'examples/subcommands.py')
-rwxr-xr-xexamples/subcommands.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/subcommands.py b/examples/subcommands.py
index 0cc529a7..7efed093 100755
--- a/examples/subcommands.py
+++ b/examples/subcommands.py
@@ -7,8 +7,6 @@ This example shows an easy way for a single command to have many subcommands, ea
and provides separate contextual help.
"""
import argparse
-import functools
-import sys
import cmd2
from cmd2 import with_argparser