diff --git a/third_party/2/six/__init__.pyi b/third_party/2/six/__init__.pyi index 302c45886..c4c4723f8 100644 --- a/third_party/2/six/__init__.pyi +++ b/third_party/2/six/__init__.pyi @@ -27,7 +27,7 @@ PY2 = True PY3 = False PY34 = False -string_types = basestring, +string_types = (str, unicode) integer_types = (int, long) class_types = (type, types.ClassType) text_type = unicode