Run "futurize -1 -w -n ."

This commit is contained in:
Russell Jones 2015-10-01 20:00:28 +01:00
parent 7f11256fc8
commit 06c3dc0ed3
55 changed files with 281 additions and 244 deletions

View file

@ -134,6 +134,7 @@ into (when including its borders and at least one line of text), the
form will raise an error.
"""
from __future__ import print_function
import re
import copy
@ -453,5 +454,5 @@ def _test():
"B": tableB})
# unicode is required since the example contains non-ascii characters
print unicode(form)
print(unicode(form))
return form