aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/boto3/patches/01-fix-vendored-six.patch
blob: 63dfdfcab9866c36dd255d3e2649d255f8439bd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/python/boto3/boto3/compat.py	(index) 
+++ contrib/python/boto3/boto3/compat.py	(working tree) 
@@ -16,7 +16,7 @@ import errno 
 import socket 
 import warnings 
  
-from botocore.vendored import six 
+from botocore.compat import six 
 from boto3.exceptions import PythonDeprecationWarning 
  
 if six.PY3: