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

pull/18777/head
Brian Coca 9 years ago committed by Matt Clay
parent a01a800b65
commit 92dfe33021

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

Loading…
Cancel
Save