mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Dict: make dictclient reloadable
This commit is contained in:
parent
b6c75a70d3
commit
989ac5ee97
@ -47,11 +47,13 @@ __contributors__ = {}
|
||||
from . import config
|
||||
from . import plugin
|
||||
from imp import reload
|
||||
from .local import dictclient
|
||||
reload(plugin) # In case we're being reloaded.
|
||||
reload(dictclient)
|
||||
|
||||
if world.testing:
|
||||
from . import test
|
||||
|
||||
|
||||
Class = plugin.Class
|
||||
configure = config.configure
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user