aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/boto3/py3/patches/01-fix-vendored-six.patch
blob: 30510d9020c16a44b56b4e6543efe76f84d069a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/python/boto3/py3/boto3/compat.py	(index)
+++ contrib/python/boto3/py3/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: