vmware-nsx/neutron/plugins/vmware
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
..
api_client Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
common Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
dbexts Vmware: Set correct nullable for lsn_id, nsx_port_id 2014-04-24 10:58:26 +04:00
dhcp_meta NSX: fix migration for networks without a subnet 2014-04-28 20:26:56 -07:00
extensions Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
nsxlib Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
plugins Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
shell Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
vshield Fix H302 violations in plugins package 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
check_nsx_config.py Remove nvplib and move utility methods into nsxlib 2014-03-03 06:37:59 -08:00
dhcpmeta_modes.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00
nsx_cluster.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00
plugin.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00