Module requires boto due to ec2.py
This commit is contained in:
parent
e9fcb8b286
commit
7cacd7dd2a
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ tags:
|
|||
'''
|
||||
|
||||
try:
|
||||
import boto
|
||||
import botocore
|
||||
import boto3
|
||||
HAS_BOTO3 = True
|
||||
|
|
Loading…
Reference in a new issue