FIX attachment_minio add copyright header to ir_attachment.py

This commit is contained in:
Jared Kipe
2020-03-13 08:47:45 -07:00
parent c4b321f7cd
commit 710bc07e51

View File

@@ -1,3 +1,7 @@
# Copyright 2020 Hibou Corp.
# Copyright 2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
import io
import base64
import logging