Sean McGinnis d71c267b9d
Fix invalid escape sequence warnings
Starting with py36, DeprecationWarnings are raised for special
characters in strings that are not being used as valid escape sequences.
This addresses a couple instances we had for string replacement by
changing the replacement strings to be raw strings.

Change-Id: I93291e978aacaf3f639f32174605528f0038f13a
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-09 16:20:13 -05:00
..
2017-06-16 16:09:35 +02:00
2019-03-14 05:41:24 +00:00
2017-08-08 15:44:29 +01:00