This commit is contained in:
Ask Solem 2013-09-10 15:41:34 +01:00
parent 4674a0f5c6
commit 7bc0712039
2 changed files with 1 additions and 2 deletions

View File

@ -101,7 +101,7 @@ class SimpleBase(object):
class SimpleQueue(SimpleBase):
no_ack = False
queue_opts = {}
exchange_opts = { 'type': 'direct' }
exchange_opts = {'type': 'direct'}
def __init__(self, channel, name, no_ack=None, queue_opts=None,
exchange_opts=None, serializer=None,

View File

@ -2,7 +2,6 @@ from __future__ import absolute_import
import sys
from functools import partial
from mock import patch
from nose import SkipTest
from itertools import count