summaryrefslogtreecommitdiff
path: root/tests/test_transcript.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-04-16 23:21:59 -0600
committerkotfu <kotfu@kotfu.net>2018-04-16 23:21:59 -0600
commit46ebe95304de710145ded8caf421c6b6950dba6d (patch)
tree455eb1da1b0a3f8794fb4fccd092b541b1949a0a /tests/test_transcript.py
parent49f02121cbe01de1c8203a15e22ab928b37b8971 (diff)
downloadcmd2-git-46ebe95304de710145ded8caf421c6b6950dba6d.tar.gz
Basic structure for cmd2 as a package
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r--tests/test_transcript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py
index a24f2fa5..f3d98b0a 100644
--- a/tests/test_transcript.py
+++ b/tests/test_transcript.py
@@ -16,7 +16,7 @@ import pytest
import cmd2
from cmd2 import Cmd, Cmd2TestCase, set_posix_shlex, set_strip_quotes
-from conftest import run_cmd, StdOut, normalize
+#from conftest import run_cmd, StdOut, normalize
class CmdLineApp(Cmd):