import sys for sys.exit()

This commit is contained in:
cclauss
2018-05-22 07:30:27 +02:00
parent c3c0aa0f59
commit 34ea04ad36
6 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Opsworks functions for WeirdAAL
import boto3
import botocore
import pprint
import sys
pp = pprint.PrettyPrinter(indent=5, width=80)

View File

@@ -5,6 +5,7 @@ RDS functions for WeirdAAL
import boto3
import botocore
import pprint
import sys
pp = pprint.PrettyPrinter(indent=5, width=80)

View File

@@ -6,6 +6,7 @@ import boto3
import botocore
import os
import pprint
import sys
pp = pprint.PrettyPrinter(indent=5, width=80)

View File

@@ -5,6 +5,7 @@ SES functions for WeirdAAL
import boto3
import botocore
import pprint
import sys
pp = pprint.PrettyPrinter(indent=5, width=80)

View File

@@ -4,6 +4,7 @@ utilities for working with SNS
import boto3
import botocore
import sys
regions = ['us-east-1', 'us-east-2', 'us-west-1', 'us-west-2', 'ca-central-1', 'eu-central-1', 'eu-west-1', 'eu-west-2', 'ap-northeast-1', 'ap-northeast-2', 'ap-southeast-1', 'ap-southeast-2']

View File

@@ -5,6 +5,7 @@ SQS functions for WeirdAAL
import boto3
import botocore
import pprint
import sys
pp = pprint.PrettyPrinter(indent=5, width=80)