diff --git a/accounting/test_accounting.py b/accounting/test_accounting.py index 44f672a..836fedf 100644 --- a/accounting/test_accounting.py +++ b/accounting/test_accounting.py @@ -5,6 +5,7 @@ from sqlor.dbpools import DBPools, get_sor_context from appPublic.dictObject import DictObject from appPublic.timeUtils import curDateString, timestampstr from accounting.consume import consume_accounting +from ahserver.serverenv import ServerEnv async def get_orgid_by_username(sor, username): recs = await sor.R('users', {'username': username})