summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bsddb.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_bsddb.py')
-rwxr-xr-xLib/test/test_bsddb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_bsddb.py b/Lib/test/test_bsddb.py
index aa65295..b59a4e0 100755
--- a/Lib/test/test_bsddb.py
+++ b/Lib/test/test_bsddb.py
@@ -34,8 +34,8 @@ def test(openmethod, what):
try:
rec = f.next()
except KeyError:
- if rec <> f.last():
- print 'Error, last <> last!'
+ if rec != f.last():
+ print 'Error, last != last!'
f.previous()
break
if verbose: