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:
|
try:
|
||||||
import botocore
|
import botocore
|
||||||
import boto3
|
import boto3
|
||||||
|
import boto
|
||||||
HAS_BOTO3 = True
|
HAS_BOTO3 = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
HAS_BOTO3 = False
|
HAS_BOTO3 = False
|
||||||
|
|
Loading…
Reference in a new issue