# HG changeset patch # User peterjc # Date 1494500577 14400 # Node ID 20d347feb8828df349dcb0934007f393ea7a3046 # Parent 5c5a9ce6c46dc6098680b39dbf15c67568235eb9 v0.0.11 (fixed script): Python 3 compatible print; capture script version diff -r 5c5a9ce6c46d -r 20d347feb882 tools/venn_list/venn_list.py --- a/tools/venn_list/venn_list.py Thu May 11 06:57:58 2017 -0400 +++ b/tools/venn_list/venn_list.py Thu May 11 07:02:57 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