From 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5 Mon Sep 17 00:00:00 2001 From: kotfu Date: Mon, 16 Apr 2018 23:03:49 -0600 Subject: Basic structure for cmd2 as a package Still have a fair amount of work to do to get this sorted. --- tests/test_transcript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_transcript.py') 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): -- cgit v1.2.1