summaryrefslogtreecommitdiff
path: root/silx/app/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/app/test/__init__.py')
-rw-r--r--silx/app/test/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/app/test/__init__.py b/silx/app/test/__init__.py
index 0c22386..7c91134 100644
--- a/silx/app/test/__init__.py
+++ b/silx/app/test/__init__.py
@@ -24,11 +24,11 @@
# ###########################################################################*/
__authors__ = ["V. Valls"]
__license__ = "MIT"
-__date__ = "30/03/2017"
+__date__ = "06/06/2018"
import unittest
-from . import test_view
+from ..view import test as test_view
from . import test_convert