Move globalhandler into utils.containers, make settings format more flexible, default to base typeclass, add helper functions and some more lenient error handling
This commit is contained in:
parent
7c416280a8
commit
098af3caba
8 changed files with 134 additions and 86 deletions
|
|
@ -214,7 +214,7 @@ def _init():
|
|||
from .server.sessionhandler import SESSION_HANDLER
|
||||
from .comms.channelhandler import CHANNEL_HANDLER
|
||||
from .scripts.monitorhandler import MONITOR_HANDLER
|
||||
from .scripts.globalhandler import GLOBAL_SCRIPTS
|
||||
from .utils.containers import GLOBAL_SCRIPTS
|
||||
|
||||
# initialize the doc string
|
||||
global __doc__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue