diff snp-cache.py @ 42:11296a86e01b

planemo upload commit 0399c6bd696435a7a99d8d8b4c237e5a78ee5856-dirty
author jpayne
date Thu, 08 Mar 2018 11:10:45 -0500
parents 9022b00a9198
children 0b0e3e4376a7
line wrap: on
line diff
--- 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