Show More
@@ -14,7 +14,7 b" os.chdir('test1')" | |||||
14 |
|
14 | |||
15 | # create 'foo' with fixed time stamp |
|
15 | # create 'foo' with fixed time stamp | |
16 | f = open('foo', 'wb') |
|
16 | f = open('foo', 'wb') | |
17 | f.write('foo\n') |
|
17 | f.write(b'foo\n') | |
18 | f.close() |
|
18 | f.close() | |
19 | os.utime('foo', (1000, 1000)) |
|
19 | os.utime('foo', (1000, 1000)) | |
20 |
|
20 |
General Comments 0
You need to be logged in to leave comments.
Login now