diff --git a/dapi/dapi.py b/dapi/dapi.py index 06c7c83..7a9e6bd 100644 --- a/dapi/dapi.py +++ b/dapi/dapi.py @@ -4,7 +4,7 @@ from appPublic.timeUtils import curDateString from appPublic.aes import aes_decode_b64, aes_encode_b64 from appPublic.uniqueID import getID from time import time -from ahserver.serverenv import get_serverenv +from ahserver.serverenv import get_serverenv, ServerEnv from ahserver.auth_api import get_session_userinfo, user_login from sqlor.dbpools import DBPools from rbac.check_perm import create_org, create_user