mirror of https://github.com/python/cpython
choose_boundary(): This no longer uses random, so stop importing it.
This commit is contained in:
parent
080da28bdb
commit
04b9d47941
|
@ -125,7 +125,6 @@ def choose_boundary():
|
|||
|
||||
global _prefix
|
||||
import time
|
||||
import random
|
||||
if _prefix is None:
|
||||
import socket
|
||||
hostid = socket.gethostbyname(socket.gethostname())
|
||||
|
|
Loading…
Reference in New Issue