~vauxoo/addons-vauxoo/7.0_fix_bin_python-dev-amurillo

1144.1.2 by Moises Lopez
[FIX] trailing whitespace pylint error C0303 and [FIX] autopep8 ignoring E501 & E128.
1
# -*- encoding: utf-8 -*-
2
###############################################################################
3
#    Module Writen to OpenERP, Open Source Management Solution
4
#    Copyright (C) Vauxoo (<http://www.vauxoo.com>).
5
#    All Rights Reserved
6
# Credits######################################################
783.3.1 by Yanina Aular
7
#    Coded by: Yanina Aular <yanina.aular@vauxoo.com>
8
#    Planified by: Humberto Arocha <humbertoarocha@gmail.com>
9
#    Audited by: Humberto Arocha <humbertoarocha@gmail.com>
1144.1.2 by Moises Lopez
[FIX] trailing whitespace pylint error C0303 and [FIX] autopep8 ignoring E501 & E128.
10
###############################################################################
11
#    This program is free software: you can redistribute it and/or modify
12
#    it under the terms of the GNU Affero General Public License as published
13
#    by the Free Software Foundation, either version 3 of the License, or
14
#    (at your option) any later version.
15
#
16
#    This program is distributed in the hope that it will be useful,
17
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
18
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
#    GNU Affero General Public License for more details.
20
#
21
#    You should have received a copy of the GNU Affero General Public License
22
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
783.3.1 by Yanina Aular
23
###############################################################################
24
1142.2.1 by Moises Lopez
[FIX] Fix pylint error W0403 - relative-import
25
from . import model
26
from . import wizard