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

reviewable/pr18780/r1
Brian Coca 11 years ago
parent 44d23ababd
commit dbdbcb33cc

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

Loading…
Cancel
Save