remove boto

This commit is contained in:
Allen Sanabria 2016-05-06 13:39:36 -07:00
parent 2e42c72447
commit 4e8e38f631

View file

@ -205,7 +205,6 @@ nat_gateway_addresses:
try:
import botocore
import boto3
import boto
HAS_BOTO3 = True
except ImportError:
HAS_BOTO3 = False