Fix issue1789: The tutorial contained a misuse of the struct module.

(also remove an unneeded import struct from test_largefile)
This commit is contained in:
Gregory P. Smith 2008-01-24 09:38:26 +00:00
parent 7070094d7f
commit 7b7ce7854c
3 changed files with 8 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#----------------------------------------------------------------------
from test import test_support
import os, struct, stat, sys
import os, stat, sys
try:
import signal