diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-08 00:54:21 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-08 00:54:21 +0000 |
commit | 95334a5d1e224548d16b358c1314be444625b925 (patch) | |
tree | 3638a69dbc771c2511219d8adee58d783937ab78 /Lib/bsddb/test/test_thread.py | |
parent | 60395120f42c89f9e95c2f1a1e00002a648fa587 (diff) | |
download | cpython-95334a5d1e224548d16b358c1314be444625b925.tar.gz cpython-95334a5d1e224548d16b358c1314be444625b925.zip |
Purged Berkeley code of references to the long-obsolete whrandom.
Diffstat (limited to 'Lib/bsddb/test/test_thread.py')
-rw-r--r-- | Lib/bsddb/test/test_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/test/test_thread.py b/Lib/bsddb/test/test_thread.py index 59af027b8aa..44e3e9ca51d 100644 --- a/Lib/bsddb/test/test_thread.py +++ b/Lib/bsddb/test/test_thread.py @@ -8,7 +8,7 @@ import errno import shutil import tempfile from pprint import pprint -from whrandom import random +from random import random try: True, False |