~annegentle/nova/extdoc

« back to all changes in this revision

Viewing changes to nova/rpc/amqp.py

  • Committer: Zed Shaw
  • Date: 2011-07-29 19:08:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1346.
  • Revision ID: zedshaw@zedshaw.com-20110729190859-51x4psjf042tc4q1
Reorganize the code to satisfy review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
from nova import flags
45
45
from nova import log as logging
46
46
from nova import utils
47
 
from nova.rpc_backends.common import RemoteError, LOG
 
47
from nova.rpc.common import RemoteError, LOG
48
48
 
49
49
 
50
50
FLAGS = flags.FLAGS