Ack, removed useless import of os I just introduced.

This commit is contained in:
Tim Peters 2004-07-27 21:05:21 +00:00
parent 5cfb05eef0
commit 49667c257b

View file

@ -5,7 +5,7 @@
# based on Andrew Kuchling's minigzip.py distributed with the zlib module
import os, struct, sys, time
import struct, sys, time
import zlib
import __builtin__