diff options
Diffstat (limited to 'tests/test_sqlcipher.py')
-rw-r--r-- | tests/test_sqlcipher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sqlcipher.py b/tests/test_sqlcipher.py index 0d5d00ee..18b9173e 100644 --- a/tests/test_sqlcipher.py +++ b/tests/test_sqlcipher.py @@ -3,7 +3,7 @@ import os import time from sqlite3 import dbapi2, DatabaseError -import unittest2 as unittest +import unittest from StringIO import StringIO import threading |