Repository 'venn_list'
hg clone https://toolshed.g2.bx.psu.edu/repos/peterjc/venn_list

Changeset 10:20d347feb882 (2017-05-11)
Previous changeset 9:5c5a9ce6c46d (2017-05-11) Next changeset 11:679b6323db03 (2019-05-29)
Commit message:
v0.0.11 (fixed script): Python 3 compatible print; capture script version
modified:
tools/venn_list/venn_list.py
b
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
b
@@ -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