Ack, removed useless import of os I just introduced.
This commit is contained in:
parent
5cfb05eef0
commit
49667c257b
|
@ -5,7 +5,7 @@ but random access is not allowed."""
|
||||||
|
|
||||||
# based on Andrew Kuchling's minigzip.py distributed with the zlib module
|
# based on Andrew Kuchling's minigzip.py distributed with the zlib module
|
||||||
|
|
||||||
import os, struct, sys, time
|
import struct, sys, time
|
||||||
import zlib
|
import zlib
|
||||||
import __builtin__
|
import __builtin__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue