Browse Source

[REF] 'document_extract_from_database' flake8;

pull/85/head
Sylvain LE GAL 10 years ago
parent
commit
be13c759c4
  1. 4
      document_extract_from_database/__init__.py
  2. 4
      document_extract_from_database/model/__init__.py

4
document_extract_from_database/__init__.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
#################################################################################
###############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution
# Copyright (C) 2012 Julius Network Solutions SARL <contact@julius.fr> # Copyright (C) 2012 Julius Network Solutions SARL <contact@julius.fr>
@ -17,6 +17,6 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
#################################################################################
###############################################################################
from . import model from . import model

4
document_extract_from_database/model/__init__.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
#################################################################################
###############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution
# Copyright (C) 2012 Julius Network Solutions SARL <contact@julius.fr> # Copyright (C) 2012 Julius Network Solutions SARL <contact@julius.fr>
@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
#################################################################################
###############################################################################
from . import ir_attachment from . import ir_attachment
from . import document_multiple_action from . import document_multiple_action
Loading…
Cancel
Save