~anna-g/micronaet/anna

« back to all changes in this revision

Viewing changes to amazon_product_merger/__init__.py

  • Committer: Anna Micronaet
  • Date: 2013-07-18 09:08:36 UTC
  • Revision ID: anna@micronaet.it-20130718090836-ssmst48rrnvcd69w
Tolti tutti i moduli

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- encoding: utf-8 -*-
2
 
##############################################################################
3
 
#
4
 
#    OpenERP module
5
 
#    Copyright (C) 2010 Micronaet srl (<http://www.micronaet.it>) and the
6
 
#    Italian OpenERP Community (<http://www.openerp-italia.com>)
7
 
#
8
 
#    ########################################################################
9
 
#    OpenERP, Open Source Management Solution   
10
 
#    Copyright (C) 2004-2008 Tiny SPRL (<http://tiny.be>). All Rights Reserved
11
 
#    $Id$
12
 
#
13
 
#    This program is free software: you can redistribute it and/or modify
14
 
#    it under the terms of the GNU General Public License as published by
15
 
#    the Free Software Foundation, either version 3 of the License, or
16
 
#    (at your option) any later version.
17
 
#
18
 
#    This program is distributed in the hope that it will be useful,
19
 
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
20
 
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
 
#    GNU General Public License for more details.
22
 
#
23
 
#    You should have received a copy of the GNU General Public License
24
 
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
25
 
#
26
 
##############################################################################
27
 
 
28
 
import product_merger
29
 
import wizard
30
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
31