Module requires boto due to ec2.py

pull/18777/head
Allen Sanabria 9 years ago committed by Matt Clay
parent fd810d16bf
commit 88c08efacd

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

Loading…
Cancel
Save