From 3ff522b687dcccd1ada5da5aba526057befec007 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 8 May 2017 05:56:20 -0300 Subject: [refactor] _database -> _db --- testing/tests/blobs/test_sqlcipher_client_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/blobs/test_sqlcipher_client_backend.py') diff --git a/testing/tests/blobs/test_sqlcipher_client_backend.py b/testing/tests/blobs/test_sqlcipher_client_backend.py index 1ce0af77..b67215e8 100644 --- a/testing/tests/blobs/test_sqlcipher_client_backend.py +++ b/testing/tests/blobs/test_sqlcipher_client_backend.py @@ -19,7 +19,7 @@ Tests for sqlcipher backend on blobs client. """ from twisted.trial import unittest from twisted.internet import defer -from leap.soledad.client._database.blobs import SQLiteBlobBackend +from leap.soledad.client._db.blobs import SQLiteBlobBackend from io import BytesIO import pytest -- cgit v1.2.3