tests/test-context.py
changeset 9031 3b76321aa0de
parent 6747 f6c00b17387c
child 11303 a1aad8333864
--- a/tests/test-context.py	Sun Jul 05 11:01:01 2009 +0200
+++ b/tests/test-context.py	Sun Jul 05 11:01:30 2009 +0200
@@ -7,7 +7,7 @@
 os.chdir('test1')
 
 # create 'foo' with fixed time stamp
-f = file('foo', 'w')
+f = open('foo', 'w')
 f.write('foo\n')
 f.close()
 os.utime('foo', (1000, 1000))