Renamed the "accounting.report.utils.period_choosers" module to "accounting.report.utils.period_chooser", because there is only period chooser now.

This commit is contained in:
2023-03-09 18:14:20 +08:00
parent 0c647d8f21
commit c6d55fad1c
7 changed files with 7 additions and 7 deletions

View File

@ -32,7 +32,7 @@ from accounting.report.utils.csv_export import BaseCSVRow, csv_download, \
period_spec
from accounting.report.utils.option_link import OptionLink
from accounting.report.utils.period import Period
from accounting.report.utils.period_choosers import PeriodChooser
from accounting.report.utils.period_chooser import PeriodChooser
from accounting.report.utils.report_chooser import ReportChooser
from accounting.report.utils.report_type import ReportType
from accounting.report.utils.urls import ledger_url, balance_sheet_url, \