Previous changeset 41:9022b00a9198 (2018-03-01) Next changeset 43:62531f7399dc (2018-04-25) |
Commit message:
planemo upload commit 0399c6bd696435a7a99d8d8b4c237e5a78ee5856-dirty |
modified:
snp-cache.py |
snp-cache.py |
diff -r 9022b00a9198 -r 11296a86e01b snp-cache.py |
snp-cache.py |
--- a/snp-cache.py Thu Mar 01 15:37:04 2018 -0500 +++ b/snp-cache.py Thu Mar 08 11:10:45 2018 -0500 @@ -1,5 +1,7 @@ #! /usr/bin/env python +from __future__ import print_function + import boto3 from botocore.exceptions import ClientError, DataNotFoundError, NoCredentialsError, BotoCoreError |