diff options
author | drebs <drebs@leap.se> | 2013-02-12 16:41:26 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-02-12 16:41:26 -0200 |
commit | b848bfa450c1882f65d01b2adc57b9c8263539bd (patch) | |
tree | 146d0c824d642c0b55bbfaca2919a4bfaf540b8f /tests/u1db_tests/test_sqlite_backend.py | |
parent | 6679d58c9658a3c513abf0dc0aaa5f88e4416001 (diff) |
Adapt code and tests to use pysqlcipher.
Diffstat (limited to 'tests/u1db_tests/test_sqlite_backend.py')
-rw-r--r-- | tests/u1db_tests/test_sqlite_backend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/u1db_tests/test_sqlite_backend.py b/tests/u1db_tests/test_sqlite_backend.py index 2003da03..1380e4b1 100644 --- a/tests/u1db_tests/test_sqlite_backend.py +++ b/tests/u1db_tests/test_sqlite_backend.py @@ -20,7 +20,7 @@ import os import time import threading -from sqlite3 import dbapi2 +from pysqlcipher import dbapi2 from u1db import ( errors, |