manila/manila/tests/share/drivers/nexenta/ns5
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 Nexenta: adding share drivers for NexentaStor 2016-09-01 18:06:14 +03:00
test_jsonrpc.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
test_nexenta_nas.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00