Module requires boto due to ec2.py

This commit is contained in:
Allen Sanabria 2016-04-08 17:39:32 -07:00
parent aa189b8d98
commit 79ea553200

View file

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