diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tests/client/test_crypto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/client/test_crypto.py b/testing/tests/client/test_crypto.py index 62a13df7..bbbc4a43 100644 --- a/testing/tests/client/test_crypto.py +++ b/testing/tests/client/test_crypto.py @@ -34,7 +34,7 @@ from leap.soledad.common.document import SoledadDocument from test_soledad.util import BaseSoledadTest from leap.soledad.client import _crypto from leap.soledad.client import _scrypt -from leap.soledad.common import preamble as _preamble +from leap.soledad.common.blobs import preamble as _preamble from twisted.trial import unittest from twisted.internet import defer |