Skip to content
Snippets Groups Projects
Commit dfc84448 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

minors

parent 72c7c0d5
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
import amqp import amqp
import socket import socket
import functools import functools
import logging
from .base import AMQPBackend, RemoteAMQPError, ConnectionFailedError from .base import AMQPBackend, RemoteAMQPError, ConnectionFailedError
logger = logging.getLogger(__name__)
def translate_exceptions(fun): def translate_exceptions(fun):
"""Translates pyamqp's exceptions to CoolAMQP's""" """Translates pyamqp's exceptions to CoolAMQP's"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment