diff --git a/accounting/init.py b/accounting/init.py index 2aa7662..d0fefa2 100644 --- a/accounting/init.py +++ b/accounting/init.py @@ -8,7 +8,7 @@ from .openaccount import openOwnerAccounts, openProviderAccounts, openResellerAc from .getaccount import getAccountBalance, getCustomerBalance, getAccountByName, get_account_total_amount from .bizaccount import BizAccounting from .recharge import RechargeBiz, recharge_accounting -from .comsume import ConsumeBiz +from .consume import ConsumeBiz def load_accounting(): g = ServerEnv()