~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to auction/barcode/__init__.py

bugfix in overlay creation system

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Copyright (c) 1996-2000 Tyler C. Sarna <tsarna@sarna.org>
3
 
# All rights reserved.
4
 
#
5
 
# Redistribution and use in source and binary forms, with or without
6
 
# modification, are permitted provided that the following conditions
7
 
# are met:
8
 
# 1. Redistributions of source code must retain the above copyright
9
 
#    notice, this list of conditions and the following disclaimer.
10
 
# 2. Redistributions in binary form must reproduce the above copyright
11
 
#    notice, this list of conditions and the following disclaimer in the
12
 
#    documentation and/or other materials provided with the distribution.
13
 
# 3. All advertising materials mentioning features or use of this software
14
 
#    must display the following acknowledgement:
15
 
#      This product includes software developed by Tyler C. Sarna.
16
 
# 4. Neither the name of the author nor the names of contributors
17
 
#    may be used to endorse or promote products derived from this software
18
 
#    without specific prior written permission.
19
 
#
20
 
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
21
 
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
 
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23
 
# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
24
 
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25
 
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26
 
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27
 
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28
 
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29
 
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30
 
# POSSIBILITY OF SUCH DAMAGE.
31
 
#
32
 
 
33
 
__version__ = '0.9'