diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-16 23:03:49 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-16 23:03:49 -0600 |
commit | 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5 (patch) | |
tree | 455eb1da1b0a3f8794fb4fccd092b541b1949a0a /tests/test_submenu.py | |
parent | 33f2f03610f6c71ed232fe3b608f8592dec88428 (diff) | |
download | cmd2-git-4a3d01b679c5db7f6cb670ca981a953eb3b98dc5.tar.gz |
Basic structure for cmd2 as a package
Still have a fair amount of work to do to get this sorted.
Diffstat (limited to 'tests/test_submenu.py')
-rw-r--r-- | tests/test_submenu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_submenu.py b/tests/test_submenu.py index 3064da56..f91991ea 100644 --- a/tests/test_submenu.py +++ b/tests/test_submenu.py @@ -5,7 +5,7 @@ Cmd2 testing for argument parsing import pytest import cmd2 -from conftest import run_cmd, StdOut, normalize +#from conftest import run_cmd, StdOut, normalize class SecondLevelB(cmd2.Cmd): |