python: Don't use deprecated escape sequences
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 28 Apr 2022 08:31:50 +0000 (20:31 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 14 Jun 2022 07:21:29 +0000 (07:21 +0000)
commit5045382c6dd04b1bae0eaaae823be908213ff079
treed26c9996c2676ce539dc360043f37595994ceab1
parent45f2e3631e1424f99915a01bdf4808189bd8a6d7
python: Don't use deprecated escape sequences

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

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
buildtools/wafsamba/samba_cross.py
python/samba/netcmd/ldapcmp.py
source4/dsdb/tests/python/acl.py
source4/dsdb/tests/python/sec_descriptor.py