cinder/cinder/volume/drivers/coprhd
Jay S. Bryant 589b9aaee0 Fix Pep8 Failures for Python3
There are a number of Pep8 checks that fail when testing using
Python3.  This commit corrects those issues:

- For test cases using the 'file' built-in a '# noqa' was added
- Add '# noqa' for cases where the 'buffer' built-in was used
- Use of 'unicode' was switched to 'six.text_type'

Also, somehow a whole file with Windows newline characters was merged.
This patch also fixes that problem.

Change-Id: I98cc7d1d42cd897d866c6190adf4121dc1cc30c0
(cherry picked from commit 9517dd2592)
2017-05-10 08:26:51 +00:00
..
helpers Fix Pep8 Failures for Python3 2017-05-10 08:26:51 +00:00
__init__.py Implementation for CoprHD Cinder Drivers 2016-07-11 15:50:23 +05:30
common.py CoprHD: Handle create volume from CG snapshot error 2016-08-31 13:51:28 +05:30
fc.py Rename AddFCZone and RemoveFCZone according to PEP 8 2017-01-09 11:22:19 +02:00
iscsi.py CI: Add CI_WIKI_NAME to all drivers 2016-08-09 08:24:00 -07:00
scaleio.py CoprHD: Add missing key in ScaleIO driver 2016-08-29 12:19:04 +05:30