fixed missing "import traceback" (#23427)

This commit is contained in:
higginsd 2017-05-02 10:42:43 -05:00 committed by Sloane Hertel
commit 8408c6b454

View file

@ -111,6 +111,7 @@ try:
except ImportError:
pass # will be captured by imported HAS_BOTO3
import traceback
def get_virtual_gateway_info(virtual_gateway):
virtual_gateway_info = {'VpnGatewayId': virtual_gateway['VpnGatewayId'],