Module requires boto due to ec2.py
This commit is contained in:
parent
aa189b8d98
commit
79ea553200
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ nat_gateway_addresses:
|
|||
try:
|
||||
import botocore
|
||||
import boto3
|
||||
import boto
|
||||
HAS_BOTO3 = True
|
||||
except ImportError:
|
||||
HAS_BOTO3 = False
|
||||
|
|
Loading…
Reference in a new issue