summaryrefslogtreecommitdiff
path: root/tests/integration/s3/mock_storage_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/s3/mock_storage_service.py')
-rw-r--r--tests/integration/s3/mock_storage_service.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/integration/s3/mock_storage_service.py b/tests/integration/s3/mock_storage_service.py
index d7c59930..8b5ff28d 100644
--- a/tests/integration/s3/mock_storage_service.py
+++ b/tests/integration/s3/mock_storage_service.py
@@ -30,6 +30,7 @@ import copy
import boto
import base64
import re
+from hashlib import md5
from boto.utils import compute_md5
from boto.utils import find_matching_headers
@@ -37,11 +38,6 @@ from boto.utils import merge_headers_by_name
from boto.s3.prefix import Prefix
from boto.compat import six
-try:
- from hashlib import md5
-except ImportError:
- from md5 import md5
-
NOT_IMPL = None