diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 16:14:09 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 16:14:09 -0700 |
commit | 480c7f8bbcdf1179312f71f525e79102aa4551ae (patch) | |
tree | 1206a00a4e8d8a521dc00970c25da9973c5ac4f7 /tests/test_transcript.py | |
parent | 6b23d7e610b8f8634ad4535d5fbfdb5bfd944b5a (diff) | |
download | cmd2-git-480c7f8bbcdf1179312f71f525e79102aa4551ae.tar.gz |
Finished removing all dependencies on the six module
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r-- | tests/test_transcript.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 311a3f42..a24f2fa5 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -13,7 +13,6 @@ import random from unittest import mock import pytest -import six import cmd2 from cmd2 import Cmd, Cmd2TestCase, set_posix_shlex, set_strip_quotes |