mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Ack, removed useless import of os I just introduced.
This commit is contained in:
parent
5cfb05eef0
commit
49667c257b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue