Unit tests passing again.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
2943ac6812
commit
feaa4a5f1a
5 changed files with 19 additions and 20 deletions
|
|
@ -3,11 +3,11 @@ import hashlib
|
|||
import json
|
||||
import logging
|
||||
import sys
|
||||
from Queue import Empty
|
||||
from Queue import Queue
|
||||
from threading import Thread
|
||||
|
||||
from docker.errors import APIError
|
||||
from six.moves.queue import Empty
|
||||
from six.moves.queue import Queue
|
||||
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue