neutron/neutron/tests/unit/services/firewall
Jakub Libosvar c2634fa580 Fix H302 violations in unit tests
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: Ic6975f39c755ded54149a9c01fcdcfaf78c596fc
Partial-Bug: #1291032
2014-05-04 12:39:19 +02:00
..
agents Set ns_name in RouterInfo as attribute 2014-04-03 17:13:02 +02:00
drivers Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
__init__.py Firewall as a Service (FWaaS) APIs and DB Model 2013-07-29 22:06:50 -07:00
test_fwaas_plugin.py Return 409 for second firewall creation 2014-04-02 07:26:54 +00:00