summaryrefslogtreecommitdiff
path: root/test/suite/test_cursor02.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-02-08 13:05:42 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-02-08 13:05:42 +1100
commitb23fd1c0c3f1bd0ddef34c5803d517b53911df2d (patch)
tree1c108238ffd95f4c2eca7b47a9209d6004eb70c5 /test/suite/test_cursor02.py
parent174d166569d53a1c0cee43cd54028a3882173863 (diff)
downloadmongo-b23fd1c0c3f1bd0ddef34c5803d517b53911df2d.tar.gz
Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.
Diffstat (limited to 'test/suite/test_cursor02.py')
-rw-r--r--test/suite/test_cursor02.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/test_cursor02.py b/test/suite/test_cursor02.py
index faeda169690..a25d4cfb3aa 100644
--- a/test/suite/test_cursor02.py
+++ b/test/suite/test_cursor02.py
@@ -29,7 +29,6 @@
# Cursor operations on small tables.
#
-import unittest
import wiredtiger
from test_cursor_tracker import TestCursorTracker