summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-09 01:03:21 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-09-09 01:03:21 -0400
commitd582466335d3182a15dc40bf2d8b6737fb158d46 (patch)
tree912c44bae977727cb0faa2d307fe87d1c48495b4 /tests
parenta95034f9537b498acb09943cde7c323001206937 (diff)
downloadcmd2-git-d582466335d3182a15dc40bf2d8b6737fb158d46.tar.gz
Moved two classes from cmd2.py to utils.py.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_completion.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_completion.py b/tests/test_completion.py
index d0771795..48f93a5a 100755
--- a/tests/test_completion.py
+++ b/tests/test_completion.py
@@ -22,7 +22,6 @@ import pytest
import cmd2
from cmd2 import utils
from examples.subcommands import SubcommandsExample
-
from .conftest import complete_tester, normalize, run_cmd
# List of strings used with completion functions