diff --git a/accounting/init.py b/accounting/init.py index f6633c5..f3cb36c 100644 --- a/accounting/init.py +++ b/accounting/init.py @@ -2,7 +2,7 @@ from appPublic.registerfunction import RegisterFunction from appPublic.dictObject import DictObject from appPublic.log import debug, exception, error from ahserver.serverenv import ServerEnv -from sqlor.dbpools improt get_sor_context +from sqlor.dbpools import get_sor_context from .accounting_config import Accounting from .bill import write_bill from .openaccount import openOwnerAccounts, openProviderAccounts, openResellerAccounts, openCustomerAccounts