~agilebg/openerp-product-attributes/adding_product_pack_7

« back to all changes in this revision

Viewing changes to product_pack/__init__.py

  • Committer: Alex Comba
  • Date: 2013-10-03 14:27:44 UTC
  • Revision ID: alex.comba@agilebg.com-20131003142744-nt2dj8xjsc92tame
[IMP] Add PEP8 style check using flake8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
 
##################################################################################
 
2
###############################################################################
3
3
#
4
4
#    Copyright (c) 2009 Angel Alvarez - NaN  (http://www.nan-tic.com)
5
 
#    Copyright (C) 2012 Agile Business Group sagl (<http://www.agilebg.com>)
6
5
#    Copyright (C) 2012 Domsense srl (<http://www.domsense.com>)
 
6
#    Copyright (C) 2013 Agile Business Group sagl (<http://www.agilebg.com>)
7
7
#
8
8
#    This program is free software: you can redistribute it and/or modify
9
9
#    it under the terms of the GNU Affero General Public License as published
18
18
#    You should have received a copy of the GNU Affero General Public License
19
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
#
21
 
##################################################################################
 
21
###############################################################################
22
22
import pack