odoo-openupgrade-wizard/odoo_openupgrade_wizard/__main__.py
LE GAL SYLVAIN 760d145600 [REF] add ensure_folder_exists system
[ADD] pyttest.ini file + test for cli_build
[ADD] call to gitaggregate
[REF] harmonize release & version words ; remove python version ; add...
[REM] remove towncrier for the time being
[REF\] enable both test and improve : each test should have it's own output folder to reduce gitaggagregate duration
2022-04-08 19:09:24 +00:00

6 lines
142 B
Python

"""Executed when module is run as a script."""
from odoo_openupgrade_wizard import cli
cli.main() # pylint: disable=no-value-for-parameter