cinder/cinder/volume/drivers/windows
Sean McGinnis 09654af518 Fix invalid escape sequence warnings
There are a lot of DeprecationWarning message emited when running
under python 3.6 due mostly to non-raw strings being used for
regex expressions.

DeprecationWarning: invalid escape sequence \

These had previously been ignored, but starting with python 3.6,
and the commit for issue 27364, these are now considered deprecated
and will no longer be supported going forward. Per the discussion
on that issue, these strings should really be raw strings any way:

https://bugs.python.org/issue27364#msg272696

Change-Id: If6ff206e4bbcf10ab52d2895f606dafad2936ddb
2018-06-20 16:22:26 -05:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
constants.py Add Windows SMB Volume Driver 2014-09-09 12:08:39 +00:00
iscsi.py Add Windows volume backup support 2018-02-07 20:17:07 +02:00
smbfs.py Fix invalid escape sequence warnings 2018-06-20 16:22:26 -05:00