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)