choose_boundary(): This no longer uses random, so stop importing it.

This commit is contained in:
Tim Peters 2003-06-15 22:12:23 +00:00
parent 080da28bdb
commit 04b9d47941
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ def choose_boundary():
global _prefix
import time
import random
if _prefix is None:
import socket
hostid = socket.gethostbyname(socket.gethostname())