diff options
Diffstat (limited to 'swiftclient/multithreading.py')
-rw-r--r-- | swiftclient/multithreading.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/multithreading.py b/swiftclient/multithreading.py index cd3c57c..b98702d 100644 --- a/swiftclient/multithreading.py +++ b/swiftclient/multithreading.py @@ -15,7 +15,7 @@ from itertools import chain import sys from time import sleep -from Queue import Queue +from six.moves.queue import Queue from threading import Thread from traceback import format_exception |