summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_compare.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-28 18:36:44 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-01-28 18:36:44 (GMT)
commit087f8ae4cf34ec7653656f6d4a210bf2a532af9b (patch)
treec3c67c84cb83583577523260a59eb52392b43d74 /Lib/bsddb/test/test_compare.py
parentfa767efe0662c7927e644747fa08c083f01b0653 (diff)
downloadcpython-087f8ae4cf34ec7653656f6d4a210bf2a532af9b.zip
cpython-087f8ae4cf34ec7653656f6d4a210bf2a532af9b.tar.gz
cpython-087f8ae4cf34ec7653656f6d4a210bf2a532af9b.tar.bz2
Fixed two bugs in the bsddb tests. One was reported as #1956
Diffstat (limited to 'Lib/bsddb/test/test_compare.py')
-rw-r--r--Lib/bsddb/test/test_compare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/test/test_compare.py b/Lib/bsddb/test/test_compare.py
index eefc7c2..a36faae 100644
--- a/Lib/bsddb/test/test_compare.py
+++ b/Lib/bsddb/test/test_compare.py
@@ -6,7 +6,7 @@ import shutil
import sys, os, re
from io import StringIO
import tempfile
-import test_all
+from . import test_all
import unittest
try: