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 5a50b118..2a93081c 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.client import _preamble +from leap.soledad.common import preamble as _preamble  from twisted.trial import unittest  from twisted.internet import defer | 
