mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
f60183b95c
https://github.com/saltstack/salt/pull/45687 and https://github.com/saltstack/salt/pull/45725 fixed problems with older Python 2 versions interacting with the struct module, since unicode_literals turned the format strings to unicode and older Python 2 releases can't accept a unicode format string. Since Python 2 and 3 both support using bytestrings for the format strings, this commit makes sure we are using bytestrings everywhere else we are using struct.pack/unpack. |
||
---|---|---|
.. | ||
ext | ||
parser | ||
__init__.py | ||
case.py | ||
cherrypy_testclasses.py | ||
copyartifacts.py | ||
cptestcase.py | ||
docker.py | ||
gitfs.py | ||
helpers.py | ||
mixins.py | ||
mock.py | ||
napalm.py | ||
paths.py | ||
processes.py | ||
runtests.py | ||
unit.py | ||
xmlunit.py |