diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-16 23:09:26 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-16 23:09:26 -0600 |
commit | 49f02121cbe01de1c8203a15e22ab928b37b8971 (patch) | |
tree | 16f9f5c56427965de247dfca92e7481cf3fd4843 /tests/test_submenu.py | |
parent | 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5 (diff) | |
download | cmd2-git-49f02121cbe01de1c8203a15e22ab928b37b8971.tar.gz |
Revert "Basic structure for cmd2 as a package"
This reverts commit 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5.
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 f91991ea..3064da56 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): |