diff --git a/nfv/nfv-common/nfv_common/selectable.py b/nfv/nfv-common/nfv_common/selectable.py index f01296c4..6f8ed528 100755 --- a/nfv/nfv-common/nfv_common/selectable.py +++ b/nfv/nfv-common/nfv_common/selectable.py @@ -5,7 +5,7 @@ # import socket import multiprocessing -import Queue as threading_queue +from six.moves import queue as threading_queue class ThreadQueue(object):