Commit 04b9d479 authored by Tim Peters's avatar Tim Peters

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

parent 080da28b
......@@ -125,7 +125,6 @@ def choose_boundary():
global _prefix
import time
import random
if _prefix is None:
import socket
hostid = socket.gethostbyname(socket.gethostname())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment