diff --git a/src/gadget.py b/src/gadget.py index 75b6822..5c4cccb 100755 --- a/src/gadget.py +++ b/src/gadget.py @@ -4,7 +4,6 @@ import sys import argparse # from dataui.bricks_parser import BricksCRUDProcessor # from dataui.kivyblocks_parser import KivyblocksCRUDProcessor -from ahserver.configuredServer import ConfiguredServer from appPublic.registerfunction import RegisterFunction from appPublic.objectAction import ObjectAction @@ -13,6 +12,8 @@ from appPublic.folderUtils import ProgramPath from appPublic.jsonConfig import getConfig from appPublic.i18n import getI18N +from ahserver.configuredServer import ConfiguredServer +from ahserver.serverenv import ServerEnv from ahserver.filedownload import path_encode from imgThumb import thumb from idfile import idFileDownload