freeipa/ipaserver/advise/plugins
Christian Heimes 4a58adf79e Sprinkle raw strings across the code base
tox / pytest is complaining about lots and lots of invalid escape
sequences in our code base. Sprinkle raw strings or backslash escapes
across the code base to fix most occurences of:

  DeprecationWarning: invalid escape sequence

There is still one warning that keeps repeating, though:

  source:264: DeprecationWarning: invalid escape sequence \d

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
2018-09-27 10:23:03 +02:00
..
__init__.py Provide ipa-advise tool 2013-07-17 13:49:59 +02:00
admins_sudo.py Advise plugin for enabling sudo for members of the admins group 2018-09-12 10:43:06 -04:00
legacy_clients.py Add absolute_import future imports 2018-04-20 09:43:37 +02:00
smart_card_auth.py Sprinkle raw strings across the code base 2018-09-27 10:23:03 +02:00