Renamed the "accounting.report.period.period_chooser" module to "accounting.report.period.chooser", for simplicity.

This commit is contained in:
依瑪貓 2023-03-09 19:07:58 +08:00
parent 8fd99bb617
commit c17430d211
2 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@
"""The period utility. """The period utility.
""" """
from .chooser import PeriodChooser
from .period import Period from .period import Period
from .period_chooser import PeriodChooser