X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__init__.py;h=2ed05afb48c5d59a70442febaba536b1ff54cafd;hb=HEAD;hp=d44fe1d1cd805fcb598429d066dce1ef993be2cd;hpb=72fe25042c12a865510836739a83b7ab68c336c9;p=burette%2Fnrt_point_of_sale.git diff --git a/__init__.py b/__init__.py index d44fe1d..2ed05af 100644 --- a/__init__.py +++ b/__init__.py @@ -22,6 +22,8 @@ # along with this program. If not, see . # ############################################################################## +import account_cash_statement import point_of_sale +import wizard # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: