Merge branch 'six' of github.com:ThomasWaldmann/flask into ThomasWaldmann-six

Conflicts:
	flask/testsuite/__init__.py
This commit is contained in:
Daniel Neuhäuser 2013-05-18 18:54:45 +02:00
commit 8494574fdf
13 changed files with 42 additions and 19 deletions

View file

@ -10,6 +10,7 @@
:license: BSD, see LICENSE for more details.
"""
from __future__ import print_function
from __future__ import with_statement
import os
@ -221,4 +222,4 @@ def main():
try:
unittest.main(testLoader=BetterLoader(), defaultTest='suite')
except Exception as e:
print 'Error: %s' % e
print('Error: %s' % e)