diff options
Diffstat (limited to 'Lib/test/test_largefile.py')
-rw-r--r-- | Lib/test/test_largefile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_largefile.py b/Lib/test/test_largefile.py index 1130107..54fd274 100644 --- a/Lib/test/test_largefile.py +++ b/Lib/test/test_largefile.py @@ -130,4 +130,3 @@ f.close() ## pass os.unlink(name) -print >>sys.stderr, name, "exists:", os.path.exists(name) |