# HG changeset patch # User peterjc # Date 1494500624 14400 # Node ID 7e2b53fd03afe89863e9d6b80d2c1058a8fc065f # Parent 881c70d7d02593ba253da3aeea773afe3a8c5953 v0.0.11 (fixed script): Python 3 compatible print; capture script version diff -r 881c70d7d025 -r 7e2b53fd03af tools/venn_list/venn_list.py --- a/tools/venn_list/venn_list.py Thu May 11 06:57:15 2017 -0400 +++ b/tools/venn_list/venn_list.py Thu May 11 07:03:44 2017 -0400 @@ -7,7 +7,7 @@ See accompanying text file for licence details (MIT License). """ -from __futute__ import print_function +from __future__ import print_function import sys