aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/boto3/patches/01-fix-vendored-six.patch
blob: 2690cb7b3b742ce432a05d8aafbae96d260a3879 (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: