diff options
| author | Zed Shaw <zedshaw@zedshaw.com> | 2011-07-29 12:08:59 -0700 |
|---|---|---|
| committer | Zed Shaw <zedshaw@zedshaw.com> | 2011-07-29 12:08:59 -0700 |
| commit | 87f021f73c01806bc1c22106e3a169d60024104f (patch) | |
| tree | d4833950d974e18d2d2529d391a191af8c996cb0 /nova/tests | |
| parent | 14b5036d01cdfecd650755345589424969b675ff (diff) | |
Reorganize the code to satisfy review comments.
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_rpc_amqp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_rpc_amqp.py b/nova/tests/test_rpc_amqp.py index e3df2393a..d29f7ae32 100644 --- a/nova/tests/test_rpc_amqp.py +++ b/nova/tests/test_rpc_amqp.py @@ -2,7 +2,7 @@ from nova import context from nova import flags from nova import log as logging from nova import rpc -from nova.rpc_backends import amqp +from nova.rpc import amqp from nova import test |
