X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fvelosenville.git;a=blobdiff_plain;f=__init__.py;h=e563ffa8279688b37fd6a157a4768c9e0985d872;hp=18134c84e5a09df2eaf8bf71f660fec457475f41;hb=e4def54dfb41f471abb4337add75769ad8f28440;hpb=77fbd481af51993981411c15b8e0c95cad4bb469 diff --git a/__init__.py b/__init__.py index 18134c8..e563ffa 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-2013 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: