trove/integration/tests/examples/examples
Krzysztof Opasiak 4860f523d4 Fix invalid escape sequence warnings
Starting with Python 3.6, invalid escape sequences in string literals
are now deprecated[1]. This influence also automatic style checkers like
pycodestyle which starting with 2.4.0 complains about invalid escape
sequences (W605)[2].

Let's fix all those warnings at once by using raw strings where possible
and adding additional \ where not.

Footnotes:
1 - https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior
2 - https://github.com/PyCQA/pycodestyle/pull/676

Change-Id: I009a366fd8342edfd30890df6fe8e1fca88bf3cc
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2018-07-02 21:16:41 +02:00
..
client.py Fix invalid escape sequence warnings 2018-07-02 21:16:41 +02:00
example_generation.py Fix invalid escape sequence warnings 2018-07-02 21:16:41 +02:00
local.conf fix-gate: change trove auth URL's to reflect new URL settings 2017-04-23 00:17:13 +00:00