changeset 4942:c069825fc80a

Fix bug #61850 . Relative import for test suite
author Luis Falcon <falcon@gnuhealth.org>
date Wed, 19 Jan 2022 12:13:59 +0000
parents 4a42c6a46441
children 6de65a0ddca8 237de3bca06d
files tryton/health/tests/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tryton/health/tests/__init__.py
+++ b/tryton/health/tests/__init__.py
@@ -1,1 +1,1 @@
-from test_health import suite
+from .test_health import suite