diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-03-27 13:59:14 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-03-27 13:59:14 +0000 |
commit | 01ef1eaed6f1228fcb8f3d6bc1746396d638282d (patch) | |
tree | 7d3156d246208a9c81188e27eb9178cbe06eb5c7 /tests | |
parent | f98ae415bbff3f633641633a1c99c13021d4b352 (diff) | |
download | sos-01ef1eaed6f1228fcb8f3d6bc1746396d638282d.tar.gz |
Remove obsolete checksum reference from utilities_tests.py
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/utilities_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utilities_tests.py b/tests/utilities_tests.py index f3b16293..22b2bbea 100644 --- a/tests/utilities_tests.py +++ b/tests/utilities_tests.py @@ -5,7 +5,7 @@ import unittest import six from six import StringIO -from sos.utilities import grep, checksum, get_hash_name, is_executable, sos_get_command_output, find, tail, shell_out +from sos.utilities import grep, get_hash_name, is_executable, sos_get_command_output, find, tail, shell_out import sos TEST_DIR = os.path.dirname(__file__) |