X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__init__.py;h=13e9a86bb7b6d6d96fb06f763827d8f73d86b365;hb=9a6ce832127bd466ce735748c5a7678601797a4b;hp=a7284a91cb22dcdf9b376adfe8c80356ed861d22;hpb=03e884c839ad12ec33540cffb07217b0d762e2a7;p=burette%2Fremembership.git diff --git a/__init__.py b/__init__.py index a7284a9..13e9a86 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-2013 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: