diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-08 13:05:42 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2012-02-08 13:05:42 +1100 |
commit | b23fd1c0c3f1bd0ddef34c5803d517b53911df2d (patch) | |
tree | 1c108238ffd95f4c2eca7b47a9209d6004eb70c5 /test/suite/test_util08.py | |
parent | 174d166569d53a1c0cee43cd54028a3882173863 (diff) | |
download | mongo-b23fd1c0c3f1bd0ddef34c5803d517b53911df2d.tar.gz |
Cleanup test imports, use unittest2 if available so tests pass on Python 2.6.
Diffstat (limited to 'test/suite/test_util08.py')
-rw-r--r-- | test/suite/test_util08.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/suite/test_util08.py b/test/suite/test_util08.py index 4c1ebc4eeb2..9d460cd8560 100644 --- a/test/suite/test_util08.py +++ b/test/suite/test_util08.py @@ -29,10 +29,8 @@ # Utilities: wt copyright # -import unittest -from wiredtiger import WiredTigerError -import wttest from suite_subprocess import suite_subprocess +import wiredtiger, wttest class test_util08(wttest.WiredTigerTestCase, suite_subprocess): def test_copyright(self): |