From de3bc7c5659e689f1cb45dba9aba48fd6c96ce1f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 8 Mar 2007 01:02:00 +0000 Subject: Fix embarrassing syntax mix. --- Lib/test/test_fileio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12