Import print_function

This makes sure that the code still runs in pypy properly.
This commit is contained in:
Bert Peters
2015-12-14 00:51:27 +01:00
parent 0b94c1e7dc
commit 7a72d5f5d1
14 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
from __future__ import print_function
import string
letters = [c for c in string.ascii_lowercase]