X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__init__.py;h=66e21fa55e09ecea114537a8dd801739bcb28668;hb=d8dded4f5ea7cd47fb8045f4aa6890c693c69626;hp=ee06cef36e89bbabb0c8190932581ac35f568b85;hpb=5a9e33634605a67064b60743e88d8e52e1711de5;p=burette%2Fpos_membership.git diff --git a/__init__.py b/__init__.py index ee06cef..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. @@ -21,5 +21,6 @@ # ############################################################################## import pos_membership +import controllers # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: