diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-09 01:03:21 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-09 01:03:21 -0400 |
| commit | d582466335d3182a15dc40bf2d8b6737fb158d46 (patch) | |
| tree | 912c44bae977727cb0faa2d307fe87d1c48495b4 /tests | |
| parent | a95034f9537b498acb09943cde7c323001206937 (diff) | |
| download | cmd2-git-d582466335d3182a15dc40bf2d8b6737fb158d46.tar.gz | |
Moved two classes from cmd2.py to utils.py.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_completion.py | 1 |
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 |
