X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fvelosenville.git;a=blobdiff_plain;f=__init__.py;h=3e466ab26f13849a669316757e7f8009e1f0b9b5;hp=18134c84e5a09df2eaf8bf71f660fec457475f41;hb=HEAD;hpb=77fbd481af51993981411c15b8e0c95cad4bb469 diff --git a/__init__.py b/__init__.py index 18134c8..3e466ab 100644 --- a/__init__.py +++ b/__init__.py @@ -1,17 +1,17 @@ # -*- coding: utf-8 -*- ############################################################################## # -# ptitvelo module for OpenERP, uN p'Tit véLo dAnS La Tête specificities -# Copyright (C) 2012 uN p'Tit véLo dAnS La Tête () +# velosenville module for OpenERP, Vélos en Ville specificities +# Copyright (C) 2012-2016 Vélos en Ville () # -# This file is a part of ptitvelo +# This file is a part of velosenville # -# ptitvelo is free software: you can redistribute it and/or modify +# velosenville 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. # -# ptitvelo is distributed in the hope that it will be useful, +# velosenville 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. @@ -20,5 +20,6 @@ # along with this program. If not, see . # ############################################################################## +import res_partner # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: