Changeset 5812923 in rattail
- Timestamp:
- 08/01/2022 09:29:25 PM (6 months ago)
- Branches:
- master
- Children:
- ffa1537
- Parents:
- 96ec45c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rattail/commands/__init__.py
r96ec45c r5812923 3 3 # 4 4 # Rattail -- Retail Software Framework 5 # Copyright © 2010-20 19Lance Edgar5 # Copyright © 2010-2022 Lance Edgar 6 6 # 7 7 # This file is part of Rattail. … … 27 27 from __future__ import unicode_literals, absolute_import 28 28 29 from .core import main, Command, Subcommand, Dump,date_argument, list_argument29 from .core import main, Command, Subcommand, date_argument, list_argument 30 30 from .importing import ImportSubcommand, ImportFromCSV, ImportFileSubcommand, ExportFileSubcommand
Note: See TracChangeset
for help on using the changeset viewer.