blob: 8166e26e6597c6a988c3267e1f889b0e14dfdecd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/cinder/backup/drivers/s3.py
+++ b/cinder/backup/drivers/s3.py
@@ -74,7 +74,7 @@
import boto3
from botocore.config import Config
from botocore import exceptions as boto_exc
-from botocore.vendored.requests.packages.urllib3 import exceptions as \
+from urllib3 import exceptions as \
urrlib_exc
from oslo_config import cfg
from oslo_log import log as logging
|