mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Math: reload convertcore along with the plugin
This commit is contained in:
parent
e5ef138378
commit
2ea93cdcfd
@ -47,7 +47,9 @@ __contributors__ = {supybot.Author('Keith Jones', 'kmj', ''): ['convert']}
|
||||
from . import config
|
||||
from . import plugin
|
||||
from imp import reload
|
||||
from .local import convertcore
|
||||
reload(plugin) # In case we're being reloaded.
|
||||
reload(convertcore)
|
||||
|
||||
if world.testing:
|
||||
from . import test
|
||||
|
Loading…
Reference in New Issue
Block a user