diff options
Diffstat (limited to 'Lib/bsddb/test')
-rw-r--r-- | Lib/bsddb/test/test_lock.py | 1 | ||||
-rw-r--r-- | Lib/bsddb/test/test_thread.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Lib/bsddb/test/test_lock.py b/Lib/bsddb/test/test_lock.py index 4a5adc4..7d77798 100644 --- a/Lib/bsddb/test/test_lock.py +++ b/Lib/bsddb/test/test_lock.py @@ -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 diff --git a/Lib/bsddb/test/test_thread.py b/Lib/bsddb/test/test_thread.py index 59af027..44e3e9c 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 |