This commit is contained in:
Ask Solem 2012-07-24 16:20:51 +01:00
parent b96e15ba5f
commit 52b881d262
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import sys
from nose import SkipTest
try:
import amqp
import amqp # noqa
except ImportError:
pyamqp = None # noqa
else:

View File

@ -11,10 +11,8 @@ pure python amqp transport.
from __future__ import absolute_import
import amqp
import socket
from kombu.exceptions import StdChannelError
from kombu.utils.encoding import str_to_bytes
from kombu.utils.amq_manager import get_manager
from . import base