Closed akx closed 4 years ago
The code only runs on Python 3, where six.string_types is always just str.
six.string_types
str
A followup to #2.
Thanks!
The code only runs on Python 3, where
six.string_types
is always juststr
.A followup to #2.