From b6875e930bee7f6f823a5853a2b9b35b7b4b9c6a Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Mon, 3 Sep 2018 23:34:02 +0200 Subject: [PATCH] Fix import in scenario. --- tests/scenario_sale_payment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scenario_sale_payment.rst b/tests/scenario_sale_payment.rst index c156873..abaa904 100644 --- a/tests/scenario_sale_payment.rst +++ b/tests/scenario_sale_payment.rst @@ -14,7 +14,7 @@ Imports:: ... get_company >>> from trytond.modules.account.tests.tools import create_fiscalyear, \ ... create_chart, get_accounts, create_tax - >>> from.trytond.modules.account_invoice.tests.tools import \ + >>> from trytond.modules.account_invoice.tests.tools import \ ... set_fiscalyear_invoice_sequences, create_payment_term >>> today = datetime.date.today()