commit | de3bc7c5659e689f1cb45dba9aba48fd6c96ce1f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Mar 08 01:02:00 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Mar 08 01:02:00 2007 +0000 |
tree | a369aca48d3f3ac442a756bfb848078e040a3794 | |
parent | a9e2024b8443959cc906958d161afe9f0d08bc25 [diff] |
Fix embarrassing syntax mix.
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