From 7a81a9fde1d2f9727db1dec49293cab6fd614b4e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Fri, 24 Jun 2016 11:14:02 +0200
Subject: [PATCH] started compat with Python 3k

---
 coolamqp/handler.py | 2 +-
 requirements.txt    | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/coolamqp/handler.py b/coolamqp/handler.py
index d757a08..bc2412d 100644
--- a/coolamqp/handler.py
+++ b/coolamqp/handler.py
@@ -1,5 +1,5 @@
 import threading
-import Queue
+import six.moves.queue as Queue
 import logging
 import collections
 import time
diff --git a/requirements.txt b/requirements.txt
index 8fd8878..d929198 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,2 @@
-amqp
\ No newline at end of file
+amqp
+six
\ No newline at end of file
-- 
GitLab