summaryrefslogtreecommitdiff
path: root/testing/tests/sqlcipher/test_async.py
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-05-08 05:56:20 -0300
committerVictor Shyba <victor1984@riseup.net>2017-05-08 05:56:20 -0300
commit3ff522b687dcccd1ada5da5aba526057befec007 (patch)
tree4f3c9e2d2f4744cfeed4e82d780577bac79e4293 /testing/tests/sqlcipher/test_async.py
parentac0e01ccf4a7d372cddea03ae1982a01e28b9cd0 (diff)
[refactor] _database -> _db
Diffstat (limited to 'testing/tests/sqlcipher/test_async.py')
-rw-r--r--testing/tests/sqlcipher/test_async.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/sqlcipher/test_async.py b/testing/tests/sqlcipher/test_async.py
index dac6c6b9..5c220cc4 100644
--- a/testing/tests/sqlcipher/test_async.py
+++ b/testing/tests/sqlcipher/test_async.py
@@ -20,8 +20,8 @@ import hashlib
from twisted.internet import defer
from test_soledad.util import BaseSoledadTest
-from leap.soledad.client._database import adbapi
-from leap.soledad.client._database import sqlcipher
+from leap.soledad.client._db import adbapi
+from leap.soledad.client._db import sqlcipher
class ASyncSQLCipherRetryTestCase(BaseSoledadTest):