diff options
| author | Dan Wendlandt <dan@nicira.com> | 2011-08-25 23:02:46 -0700 |
|---|---|---|
| committer | Dan Wendlandt <dan@nicira.com> | 2011-08-25 23:02:46 -0700 |
| commit | e8d02ac1b5e9a45cc19992d232d4148f9db720ca (patch) | |
| tree | 806b7ce774a90177e76463cbd7c83f518f1b3bc7 /nova/tests | |
| parent | 16290908eaca73caa6b3f2ce36fb8add0b7d3615 (diff) | |
rearrange imports
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_quantum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_quantum.py b/nova/tests/test_quantum.py index 80cab950e..8ef22ac7e 100644 --- a/nova/tests/test_quantum.py +++ b/nova/tests/test_quantum.py @@ -19,8 +19,8 @@ from nova import context from nova import db from nova import exception from nova import log as logging -from nova import test from nova.network.quantum import manager as quantum_manager +from nova import test LOG = logging.getLogger('nova.tests.quantum_network') |
