restructure
This commit is contained in:
2
stand.py
2
stand.py
@ -4,7 +4,7 @@ import stand.hacks
|
|||||||
|
|
||||||
from stand.widgets.aggrid import aggrid
|
from stand.widgets.aggrid import aggrid
|
||||||
from stand.widgets.download import download
|
from stand.widgets.download import download
|
||||||
from restapi import restapi
|
from stand.restapi import restapi
|
||||||
from stand.utils.st_utils import get_session_id, hide_UI_elements
|
from stand.utils.st_utils import get_session_id, hide_UI_elements
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ from threading import Thread
|
|||||||
|
|
||||||
import cherrypy as cp
|
import cherrypy as cp
|
||||||
|
|
||||||
from tableapi import TableAPI
|
from stand.tableapi import TableAPI
|
||||||
|
|
||||||
|
|
||||||
# creating instances here allows to use TableAPI etc. as singletons
|
# creating instances here allows to use TableAPI etc. as singletons
|
Reference in New Issue
Block a user