Merge pull request #46 from cclauss/import-sys

import sys for sys.exit()
This commit is contained in:
Chris Gates
2018-05-22 06:43:31 -04:00
committed by GitHub
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)