python: Don't use deprecated escape sequences
authorAndreas Schneider <asn@samba.org>
Thu, 19 Jan 2023 07:30:19 +0000 (08:30 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 20 Jan 2023 09:06:49 +0000 (09:06 +0000)
commit253891032eefc3a2651a88f0aba7a619948b7642
tree5514fe4c2b276d80587dfa617195212a3dc57fc5
parent91f1567cdcaed3a8f8faf4e77616553308a5f8eb
python: Don't use deprecated escape sequences

Certain escape sequences are not valid in Python string literals, and
will eventually result in a SyntaxError.

Follow up patch of 5045382c6dd04b1bae0eaaae823be908213ff079

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Fri Jan 20 09:06:49 UTC 2023 on atb-devel-224
buildtools/wafsamba/configure_file.py
buildtools/wafsamba/pkgconfig.py
buildtools/wafsamba/samba_abi.py
buildtools/wafsamba/samba_conftests.py
buildtools/wafsamba/samba_headers.py
buildtools/wafsamba/samba_utils.py
buildtools/wafsamba/symbols.py