vmware-nsx/neutron
Jakub Libosvar 81e03cc89e Fix H302 violations in extensions 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: I570eeee2a7633c1590b54ac98b411a71fc9d4f4e
Partial-Bug: #1291032
2014-04-23 17:21:11 +02:00
..
agent Merge "ip-lib : use "ip neigh replace" instead of "ip neigh add"" 2014-04-22 19:40:25 +00:00
api Merge "Revert "Hide ipv6 subnet API attributes"" 2014-04-09 13:12:57 +00:00
cmd remove binaries under bin 2013-08-16 10:10:30 +08:00
common Add nova_ca_certificates_file option to neutron 2014-04-18 15:02:43 -05:00
db Merge "Fix H302 violations in db package and services" 2014-04-23 02:46:43 +00:00
debug Merge "Remove last parts of Quantum compatibility shim" 2014-04-03 01:04:53 +00:00
extensions Fix H302 violations in extensions package 2014-04-23 17:21:11 +02:00
locale Imported Translations from Transifex 2014-04-18 06:35:25 +00:00
notifiers Add nova_ca_certificates_file option to neutron 2014-04-18 15:02:43 -05:00
openstack Update ensure()/reconnect() to catch MessagingError 2014-04-10 21:03:50 +10:00
plugins Merge "OFAgent: Improve handling of security group updates" 2014-04-23 05:43:20 +00:00
scheduler Merge "Enable flake8 E711 and E712 checking" 2014-04-23 01:01:16 +00:00
server Adds multiple RPC worker processes to neutron server 2014-03-04 00:50:20 +00:00
services Fix H302 violations in db package and services 2014-04-22 15:31:00 +02:00
tests Merge "OFAgent: Improve handling of security group updates" 2014-04-23 05:43:20 +00:00
__init__.py
auth.py Return request-id in API response 2014-02-10 04:58:38 +09:00
context.py Stop logging unnecessary warning on context create 2013-11-28 09:17:18 +00:00
hooks.py Remove pyudev dependency 2014-02-25 14:28:35 +00:00
manager.py Merge "Remove last parts of Quantum compatibility shim" 2014-04-03 01:04:53 +00:00
neutron_plugin_base_v2.py Add support for multiple RPC workers under Metaplugin 2014-04-15 13:29:27 +09:00
policy.py Call policy.init() once per API request 2014-04-04 07:54:23 -07:00
quota.py Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
service.py Fix H302 violations in db package and services 2014-04-22 15:31:00 +02:00
version.py
wsgi.py Fix H302 violations in db package and services 2014-04-22 15:31:00 +02:00