manila/manila/tests/share/drivers/dell_emc/plugins/vnx
Goutham Pacha Ravi fd23a6387c Use class name in invocation of super
Fix pylint E103 warning raised by usage of
self.__class__ to refer to the derived class
in super() methods.

self.__class__ is a reasonable first argument
to super() in any method of a class, as long
as the method is not going to be invoked in
derived classes.

Python3 removes this ambiguity by not requiring
arguments for the super() method.

[1] https://docs.pylint.org/en/1.6.0/features.html#id33

Change-Id: I6071b6cfd8cff2be3853d739f71b94da990cda97
2018-06-06 17:47:18 -07:00
..
__init__.py Move EMC drivers to dell_emc folder 2016-11-14 20:34:26 -05:00
test_connection.py Implement IPv6 support for Dell EMC VNX driver 2018-01-11 14:57:59 -05:00
test_object_manager.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00