mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Daemons wrongly set six.string_types to (str, bytes)
... that takes permanent effect.
This commit is contained in:
parent
6170eac439
commit
3c86a5a9ca
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ from salt.ext import six
|
|||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
if sys.version_info[0] == 3:
|
||||
six.string_types = (six.text_type, six.binary_type)
|
||||
|
||||
|
||||
def is_non_string_iterable(obj):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue