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

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