neutron/neutron/tests/unit/services
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
..
firewall Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
loadbalancer Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
metering Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
vpn Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00