summaryrefslogtreecommitdiff
path: root/silx/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/test/__init__.py')
-rw-r--r--silx/test/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/test/__init__.py b/silx/test/__init__.py
index 8bada7f..0991469 100644
--- a/silx/test/__init__.py
+++ b/silx/test/__init__.py
@@ -1,7 +1,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2015-2018 European Synchrotron Radiation Facility
+# Copyright (c) 2015-2019 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -60,7 +60,7 @@ def suite():
suite.addTest(SkipSXTest())
return suite
else:
- from ..sx.test import suite as test_sx_suite
+ from .test_sx import suite as test_sx_suite
from . import test_version
from . import test_resources