]> granicus.if.org Git - python/commitdiff
choose_boundary(): This no longer uses random, so stop importing it.
authorTim Peters <tim.peters@gmail.com>
Sun, 15 Jun 2003 22:12:23 +0000 (22:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 15 Jun 2003 22:12:23 +0000 (22:12 +0000)
Lib/mimetools.py

index 67623ec72081251e0cd9bcd00ea42beb688ed1a0..067a2cd70f17a6da5e67e2038ae3bd593b06f244 100644 (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())