diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/__init__.py b/tests/__init__.py index 4f63648e..8e0a5c52 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -7,8 +7,9 @@ import unittest import os import u1db -from soledad import leap, GPGWrapper -from soledad.openstack import ( +from soledad import GPGWrapper +from soledad.backends import leap +from soledad.backends.openstack import ( SimpleLog, TransactionLog, SyncLog, |