Purged Berkeley code of references to the long-obsolete whrandom.

This commit is contained in:
Tim Peters 2004-08-08 00:54:21 +00:00
parent 60395120f4
commit 95334a5d1e
3 changed files with 4 additions and 5 deletions

View file

@ -6,7 +6,6 @@ import sys, os, string
import tempfile
import time
from pprint import pprint
from whrandom import random
try:
from threading import Thread, currentThread