python: Use list comprehension in string_to_byte_array()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 12 Oct 2022 00:56:19 +0000 (13:56 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 21 Oct 2022 03:57:33 +0000 (03:57 +0000)
commita2ba0fa3ad30bb1c9a010849a8f6a79bfc5ca543
tree6826f44b31850383a27c55a157bf697a591950b0
parent6231c09ff29a84d8afdc6f94394a35f252b55e36
python: Use list comprehension in string_to_byte_array()

Samba is now a mature user of Python and can cope with a
list comprehension from time to time.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/__init__.py