Module requires boto due to ec2.py

reviewable/pr18780/r1
Allen Sanabria 10 years ago
parent aa189b8d98
commit 79ea553200

@ -205,6 +205,7 @@ nat_gateway_addresses:
try:
import botocore
import boto3
import boto
HAS_BOTO3 = True
except ImportError:
HAS_BOTO3 = False

Loading…
Cancel
Save