X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=__init__.py;fp=__init__.py;h=3b328360d2b2672002bbb47f2b143285a540fef4;hb=96ef4162bc07e031242726d55fa3ee16cb91bf35;hp=0000000000000000000000000000000000000000;hpb=c96b3192001cea358ac7e1af235619fd8f119ca2;p=burette%2Fchoisir.git diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..3b32836 --- /dev/null +++ b/__init__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# choisir module for OpenERP, CHOISIR custom molule +# Copyright (C) 2017 CHOISIR () CHOISIR +# +# This file is a part of choisir +# +# choisir is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# choisir 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +############################################################################## + + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: