[PYTHON] -pdb import in pos_box
[burette/nrt_point_of_sale.git] / __init__.py
index d44fe1d..2ed05af 100644 (file)
@@ -22,6 +22,8 @@
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 ##############################################################################
+import account_cash_statement
 import point_of_sale
+import wizard
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: