X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fbarcodes%2F__init__.py;h=16d15ce9bfed300653c295c5adef4ae966efc4a7;hb=f2c0d8fef7075c57c9863788bf1ee282f7c7b585;hp=e69cfb845e348cfba9c6cec235e10854c1b67bd0;hpb=4144ff4cbe91eeb22a6502d7d5b00f5514ea193b;p=odoo%2Fodoo.git diff --git a/addons/barcodes/__init__.py b/addons/barcodes/__init__.py index e69cfb8..16d15ce 100644 --- a/addons/barcodes/__init__.py +++ b/addons/barcodes/__init__.py @@ -1,25 +1,2 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - import barcodes -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: -