diff --git a/opportunity_management/opportunity_core.py b/opportunity_management/opportunity_core.py index 54a5c5c..2779a18 100644 --- a/opportunity_management/opportunity_core.py +++ b/opportunity_management/opportunity_core.py @@ -9,7 +9,7 @@ import uuid from ahserver.serverenv import ServerEnv from appPublic.worker import awaitify -from appPublic.Config import getConfig +from appPublic.jsonConfig import getConfig from sqlor.dbpools import DBPools