tests/test-context.py
changeset 29187 aec5d8561be2
parent 28775 67bff672ccc2
child 30559 d83ca854fa21
--- a/tests/test-context.py	Thu May 05 16:20:53 2016 +0200
+++ b/tests/test-context.py	Wed Apr 20 19:53:01 2016 +0000
@@ -14,7 +14,7 @@
 
 # create 'foo' with fixed time stamp
 f = open('foo', 'wb')
-f.write('foo\n')
+f.write(b'foo\n')
 f.close()
 os.utime('foo', (1000, 1000))