trove/integration/tests/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
..
examples Fix invalid escape sequence warnings 2018-07-02 21:16:41 +02:00
example_gen.sh Merge trove-integration into trove 2016-10-09 07:14:25 -04:00
gendoc.sh Merge trove-integration into trove 2016-10-09 07:14:25 -04:00
local.conf Merge trove-integration into trove 2016-10-09 07:14:25 -04:00
README Merge trove-integration into trove 2016-10-09 07:14:25 -04:00
setup.py Merge trove-integration into trove 2016-10-09 07:14:25 -04:00
tox.ini Merge trove-integration into trove 2016-10-09 07:14:25 -04:00

Example Generator

Settings for the example generator are in examples/local.conf

After customizing examples/local.conf, run:
./example_gen.sh

2012-06-12
    - Updated to work with trove
    - All XML calls are commented out
    - Management calls are also commented out
2012-06-14
    - Renabled XML calls