salt/tests/support/ext
Erik Johnson f60183b95c
Use bytestrings for struct.pack/unpack
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.
2018-01-27 17:34:16 -06:00
..
__init__.py Move whatever we need from salttesting to salt. 2017-02-28 22:52:49 +00:00
console.py Use bytestrings for struct.pack/unpack 2018-01-27 17:34:16 -06:00