Unit tests passing again.

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin 2015-08-24 11:51:38 -04:00
commit feaa4a5f1a
5 changed files with 19 additions and 20 deletions

View file

@ -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__)