# HG changeset patch # User jpayne # Date 1520525445 18000 # Node ID 11296a86e01b12c4af8768a7adc96e4489c55c62 # Parent 9022b00a919868fa1328f0ea01632d3ccc786048 planemo upload commit 0399c6bd696435a7a99d8d8b4c237e5a78ee5856-dirty diff -r 9022b00a9198 -r 11296a86e01b 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