fix issue on import

This commit is contained in:
Àngel Àlvarez 2020-12-18 12:13:34 +01:00 committed by Albert Cervera i Areny
parent c0b1f15c3d
commit d2286a6e7f
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
try:
from (trytond.modules.quality_control.tests.test_quality_control
import suite)
from trytond.modules.quality_control.tests.test_quality_control import suite
except ImportError:
from .test_quality_control import suite