defined DEFAULT_DOCKER_API_VERSION to avoid it erroring out before we send the message that docker.py is missing

This commit is contained in:
Brian Coca 2015-07-27 22:32:32 -04:00 committed by Matt Clay
parent a01a800b65
commit 92dfe33021

View file

@ -422,6 +422,7 @@ EXAMPLES = '''
'''
HAS_DOCKER_PY = True
DEFAULT_DOCKER_API_VERSION = None
import sys
import json