changeset 10:20d347feb882 draft

v0.0.11 (fixed script): Python 3 compatible print; capture script version
author peterjc
date Thu, 11 May 2017 07:02:57 -0400
parents 5c5a9ce6c46d
children 679b6323db03
files tools/venn_list/venn_list.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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