diff options
author | Guido van Rossum <guido@python.org> | 2007-03-08 01:02:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-03-08 01:02:00 (GMT) |
commit | de3bc7c5659e689f1cb45dba9aba48fd6c96ce1f (patch) | |
tree | a369aca48d3f3ac442a756bfb848078e040a3794 /Lib/test/test_fileio.py | |
parent | a9e2024b8443959cc906958d161afe9f0d08bc25 (diff) | |
download | cpython-de3bc7c5659e689f1cb45dba9aba48fd6c96ce1f.zip cpython-de3bc7c5659e689f1cb45dba9aba48fd6c96ce1f.tar.gz cpython-de3bc7c5659e689f1cb45dba9aba48fd6c96ce1f.tar.bz2 |
Fix embarrassing syntax mix.
Diffstat (limited to 'Lib/test/test_fileio.py')
-rw-r--r-- | Lib/test/test_fileio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_fileio.py b/Lib/test/test_fileio.py index 8ebba2b..aa708ce 100644 --- a/Lib/test/test_fileio.py +++ b/Lib/test/test_fileio.py @@ -1,4 +1,4 @@ -/* Adapted from test_file.py by Daniel Stutzbach */ +# Adapted from test_file.py by Daniel Stutzbach import sys import os |