summaryrefslogtreecommitdiff
path: root/tests/test_soledad/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_soledad/__init__.py')
-rw-r--r--tests/test_soledad/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_soledad/__init__.py b/tests/test_soledad/__init__.py
new file mode 100644
index 00000000..c07c8b0e
--- /dev/null
+++ b/tests/test_soledad/__init__.py
@@ -0,0 +1,5 @@
+from test_soledad import util
+
+__all__ = [
+ 'util',
+]