mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
||||
|
||||
import os, struct, sys, time
|
||||
import struct, sys, time
|
||||
import zlib
|
||||
import __builtin__
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue