Use import from six.moves to import the queue module

The name of the synchronized queue class is queue instead of
Queue in Python3.

Change-Id: I508268561f95c9fed2d39fb45731aab5d9d74111
This commit is contained in:
Christian Berendt
2014-06-07 21:06:33 +02:00
parent 174a5d7f6d
commit 8bbfde2199

View File

@@ -18,7 +18,7 @@
import sys
import threading
import Queue
from six.moves import queue as Queue
import logging
import time