diff options
author | Christian Heimes <cheimes@redhat.com> | 2018-09-24 10:49:45 +0200 |
---|---|---|
committer | Christian Heimes <cheimes@redhat.com> | 2018-09-27 10:23:03 +0200 |
commit | 4a58adf79e8b6b1dfbd534f16bcec368a189131e (patch) | |
tree | 96b23960681e8c8422fc5995dcfdbb9767d0accf /ipapython/ssh.py | |
parent | e1a30d3ce32aef2492689de8eff09360f5480a99 (diff) | |
download | freeipa-4a58adf79e8b6b1dfbd534f16bcec368a189131e.tar.gz freeipa-4a58adf79e8b6b1dfbd534f16bcec368a189131e.tar.xz freeipa-4a58adf79e8b6b1dfbd534f16bcec368a189131e.zip |
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>
Diffstat (limited to 'ipapython/ssh.py')
0 files changed, 0 insertions, 0 deletions