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/__init__.py | |
parent | 6679d58c9658a3c513abf0dc0aaa5f88e4416001 (diff) |
Adapt code and tests to use pysqlcipher.
Diffstat (limited to 'tests/u1db_tests/__init__.py')
-rw-r--r-- | tests/u1db_tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/u1db_tests/__init__.py b/tests/u1db_tests/__init__.py index 27aa4d79..43304b43 100644 --- a/tests/u1db_tests/__init__.py +++ b/tests/u1db_tests/__init__.py @@ -30,7 +30,7 @@ except ImportError: from wsgiref import simple_server from oauth import oauth -from sqlite3 import dbapi2 +from pysqlcipher import dbapi2 from StringIO import StringIO import testscenarios |