Remove extra import

This commit is contained in:
Guillem Barba 2016-10-06 16:07:42 +02:00
parent bd1dc24a6d
commit 79b11a3944

View file

@ -1,6 +1,5 @@
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from .test_analytic_account_move import suite
try:
from trytond.modules.analytic_account_move.tests.test_analytic_account_move import suite
except ImportError: