X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fremembership.git;a=blobdiff_plain;f=__init__.py;h=ed36709ef972aaea618980f9975bfc146e78fe57;hp=a7284a91cb22dcdf9b376adfe8c80356ed861d22;hb=HEAD;hpb=03e884c839ad12ec33540cffb07217b0d762e2a7 diff --git a/__init__.py b/__init__.py index a7284a9..ed36709 100644 --- a/__init__.py +++ b/__init__.py @@ -1,17 +1,17 @@ # -*- coding: utf-8 -*- ############################################################################## # -# ReMembership module for OpenERP, Other membership module for member management. -# Copyright (C) 2012 L'Heureux Cyclage () Ludovic CHEVALIER +# Remembership module for OpenERP, Membership module enhancement and bug fixes +# Copyright (C) 2012-2018 L'Heureux Cyclage () # -# This file is a part of ReMembership +# This file is a part of Remembership # -# ReMembership is free software: you can redistribute it and/or modify +# Remembership 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. # -# ReMembership is distributed in the hope that it will be useful, +# Remembership 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. @@ -22,5 +22,6 @@ ############################################################################## import remembership +import wizard # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: