manila/manila/api
David Sariel 4a61faa065 Removed ignored checks from tox.ini and fixed pep8 issues
Due to the hacking version update several pep8 checks where ignored
in the flakes8 section of the tox.ini. Removed ignored checks and fixed
appropriate pep8 issues.

The list of fixed issues:
    - H105 Don't use author tags
    - H238 Old style class declaration, use new style (inherit from `object`)
    - H501 Do not use self.__dict__ for string formatting

Closes-Bug: 1530719
Change-Id: I890ba4c54b0da10060767620ff5ff7e480d79a9c
2016-02-14 14:56:55 +02:00
..
contrib Port share type extensions to core API 2015-11-12 14:58:20 +00:00
middleware Replace deprecated [logger/LOG].warn with warning 2016-01-08 10:32:47 +08:00
openstack Share Replication API and Scheduler Support 2016-02-11 19:45:37 +00:00
v1 Removed ignored checks from tox.ini and fixed pep8 issues 2016-02-14 14:56:55 +02:00
v2 Share Replication API and Scheduler Support 2016-02-11 19:45:37 +00:00
views Fix Share Replica details in the API 2016-02-12 02:17:22 +00:00
__init__.py Implement Manila REST API microversions 2015-08-13 19:51:19 +00:00
auth.py Replace deprecated [logger/LOG].warn with warning 2016-01-08 10:32:47 +08:00
common.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
extensions.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
sizelimit.py Replace deprecated [logger/LOG].warn with warning 2016-01-08 10:32:47 +08:00
urlmap.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
versions.py Add v2 Manila API path as base for microversions 2015-09-10 13:58:26 +00:00