Module requires boto due to ec2.py

This commit is contained in:
Allen Sanabria 2016-04-08 17:37:12 -07:00 committed by Matt Clay
parent fd810d16bf
commit 88c08efacd

View file

@ -147,6 +147,7 @@ tags:
'''
try:
import boto
import botocore
import boto3
HAS_BOTO3 = True