summaryrefslogtreecommitdiff
path: root/tests/test_fileapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_fileapp.py')
-rw-r--r--tests/test_fileapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_fileapp.py b/tests/test_fileapp.py
index c0013fb..d5b2a95 100644
--- a/tests/test_fileapp.py
+++ b/tests/test_fileapp.py
@@ -106,7 +106,7 @@ def test_file():
assert content == res.body
assert content == app.content # this is cashed
lastmod = res.header('last-modified')
- print "updating", tempfile
+ print("updating", tempfile)
file = open(tempfile,"a+")
file.write("0123456789")
file.close()