Files
report-print-send/pingen/__init__.py
Akim Juillerat 458a1d5f11 Finish migration to version 10.0
Do not raise ConnectionError if we get a response
Use ConnectionError from requests lib instead of overriding it
Fix push_to_pingen (writes on state as for cron), remove unneeded loops
2023-09-25 08:57:04 +02:00

6 lines
173 B
Python

# -*- coding: utf-8 -*-
# Author: Guewen Baconnier
# Copyright 2012-2017 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models