Use aws connect calls that allow boto profile use
This commit is contained in:
parent
01a28e7d80
commit
1f6c177da0
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ import sys
|
||||||
try:
|
try:
|
||||||
import boto
|
import boto
|
||||||
import boto.iam
|
import boto.iam
|
||||||
|
import boto.ec2
|
||||||
HAS_BOTO = True
|
HAS_BOTO = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
HAS_BOTO = False
|
HAS_BOTO = False
|
||||||
|
|
Loading…
Reference in a new issue