vmware-nsx/neutron/plugins/vmware/api_client
Jakub Libosvar 8f0a303443 Fix H302 violations in plugins package
H302 violation is reported by flake8 when importing separated objects from
modules instead of importing the whole module.
e.g.   from package.module import function
       function()
is changed to
       from package import module
       module.function()

Change-Id: I83372124f4fba7b94bbfb4a56a0c0ef779ee237f
Partial-Bug: #1291032
2014-05-04 12:40:05 +02:00
..
__init__.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00
base.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
client.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00
eventlet_client.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00
eventlet_request.py NSX: Add ability to retry on 503's returned by the controller 2014-03-06 18:57:17 -08:00
exception.py NSX plugin: return 400 for invalid gw certificate 2014-03-24 01:46:29 -07:00
request.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
version.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00