neutron/neutron/api
Jakub Libosvar ea1aa77945 Fix H302 violations
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: Ifbf31b52316d3cade40743752a49ce700f384a21
Closes-Bug: #1291032
2014-05-04 12:40:08 +02:00
..
rpc Fix Metering doesn't respect the l3 agent binding 2014-04-14 17:05:57 +02:00
v2 Revert "Hide ipv6 subnet API attributes" 2014-04-08 17:40:18 -04:00
views Remove invalid copyright headers under API module 2014-04-02 11:09:03 -07:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
api_common.py Removing vim header lines 2014-04-01 10:38:31 -04:00
extensions.py Fix H302 violations 2014-05-04 12:40:08 +02:00
versions.py Removing vim header lines 2014-04-01 10:38:31 -04:00