diff --git a/accounting/init.py b/accounting/init.py index 22aab48..f6633c5 100644 --- a/accounting/init.py +++ b/accounting/init.py @@ -2,6 +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 .accounting_config import Accounting from .bill import write_bill from .openaccount import openOwnerAccounts, openProviderAccounts, openResellerAccounts, openCustomerAccounts