~blamar/+junk/openstack-api-arrrg

« back to all changes in this revision

Viewing changes to nova/fakerabbit.py

  • Committer: termie
  • Date: 2011-05-25 22:42:49 UTC
  • mto: (1063.1.53 nova)
  • mto: This revision was merged to the branch mainline in revision 1113.
  • Revision ID: github@anarkystic.com-20110525224249-yo83m3v5cg2jk4in
cleanup the code for merging

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
 
80
80
class Backend(base.BaseBackend):
81
 
    def __init__(self, connection, **kwargs):
82
 
        super(Backend, self).__init__(connection, **kwargs)
83
 
        self.consumers = {}
84
 
 
85
81
    def queue_declare(self, queue, **kwargs):
86
82
        global QUEUES
87
83
        if queue not in QUEUES: