X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__init__.py;h=66e21fa55e09ecea114537a8dd801739bcb28668;hb=HEAD;hp=96390f5bdf4be59d675e631d444facb86f3f4a4f;hpb=94230a913cdd4d2841ebac5393693023034ec92e;p=burette%2Fpos_membership.git diff --git a/__init__.py b/__init__.py index 96390f5..66e21fa 100644 --- a/__init__.py +++ b/__init__.py @@ -11,7 +11,7 @@ # 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, +# POS Membership 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,7 @@ # along with this program. If not, see . # ############################################################################## +import pos_membership +import controllers # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: