changeset 28:7e2b53fd03af draft

v0.0.11 (fixed script): Python 3 compatible print; capture script version
author peterjc
date Thu, 11 May 2017 07:03:44 -0400
parents 881c70d7d025
children 96164f587b20
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: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