mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
os was already imported in the module, no need to re-import
This commit is contained in:
parent
e98d16e8a4
commit
f261223ccd
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ def choose_boundary():
|
|||
import random
|
||||
if _prefix is None:
|
||||
import socket
|
||||
import os
|
||||
hostid = socket.gethostbyname(socket.gethostname())
|
||||
try:
|
||||
uid = `os.getuid()`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue