commit | 7b7ce7854c2e36d04adb42beec5f673071cf1fd4 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Thu Jan 24 09:38:26 2008 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Thu Jan 24 09:38:26 2008 +0000 |
tree | 4f329e6b777309aa8bb79ea8b79d0072fb50766f | |
parent | 7070094d7ffd4308e12188b39d0f346473581335 [diff] [blame] |
Fix issue1789: The tutorial contained a misuse of the struct module. (also remove an unneeded import struct from test_largefile)
diff --git a/Lib/test/test_largefile.py b/Lib/test/test_largefile.py index 4dca97f..5731892 100644 --- a/Lib/test/test_largefile.py +++ b/Lib/test/test_largefile.py
@@ -6,7 +6,7 @@ #---------------------------------------------------------------------- from test import test_support -import os, struct, stat, sys +import os, stat, sys try: import signal