Author: guido.van.rossum
Date: Thu Mar  8 02:02:00 2007
New Revision: 54215

Modified:
   python/branches/p3yk/Lib/test/test_fileio.py
Log:
Fix embarrassing syntax mix.


Modified: python/branches/p3yk/Lib/test/test_fileio.py
==============================================================================
--- python/branches/p3yk/Lib/test/test_fileio.py        (original)
+++ python/branches/p3yk/Lib/test/test_fileio.py        Thu Mar  8 02:02:00 2007
@@ -1,4 +1,4 @@
-/* Adapted from test_file.py by Daniel Stutzbach */
+# Adapted from test_file.py by Daniel Stutzbach
 
 import sys
 import os
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to