fixed boto.ec2 import

alternative to #15224 and fixes #11755
pull/15419/head
Brian Coca 9 years ago
parent 3c3061378b
commit 621b98668f

@ -31,6 +31,7 @@ from time import sleep
try:
import boto
import boto.ec2 #boto does weird import stuff
HAS_BOTO = True
except ImportError:
HAS_BOTO = False

Loading…
Cancel
Save