summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-04-16 23:09:26 -0600
committerkotfu <kotfu@kotfu.net>2018-04-16 23:09:26 -0600
commit49f02121cbe01de1c8203a15e22ab928b37b8971 (patch)
tree16f9f5c56427965de247dfca92e7481cf3fd4843 /tests/test_cmd2.py
parent4a3d01b679c5db7f6cb670ca981a953eb3b98dc5 (diff)
downloadcmd2-git-49f02121cbe01de1c8203a15e22ab928b37b8971.tar.gz
Revert "Basic structure for cmd2 as a package"
This reverts commit 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5.
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r--tests/test_cmd2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index bf6d5242..e4316757 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -22,8 +22,8 @@ except ImportError:
from unittest import mock
import cmd2
-#from conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \
-# HELP_HISTORY, SHORTCUTS_TXT, SHOW_TXT, SHOW_LONG, StdOut
+from conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \
+ HELP_HISTORY, SHORTCUTS_TXT, SHOW_TXT, SHOW_LONG, StdOut
def test_ver():