Math: reload convertcore along with the plugin

This commit is contained in:
James Lu 2017-09-29 15:50:49 -07:00
parent e5ef138378
commit 2ea93cdcfd
1 changed files with 2 additions and 0 deletions

View File

@ -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