mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-02 07:59:32 +01:00
core/Math: Move the math evaluator to src/utils/.
It will be used by ChannelStats.
This commit is contained in:
parent
5c10bea7aa
commit
99dd6f1506
@ -44,7 +44,7 @@ from supybot.i18n import PluginInternationalization, internationalizeDocstring
|
|||||||
_ = PluginInternationalization('Math')
|
_ = PluginInternationalization('Math')
|
||||||
|
|
||||||
from .local import convertcore
|
from .local import convertcore
|
||||||
from .evaluator import safe_eval, InvalidNode, SAFE_ENV
|
from supybot.utils.math_evaluator import safe_eval, InvalidNode, SAFE_ENV
|
||||||
|
|
||||||
baseArg = ('int', 'base', lambda i: i <= 36)
|
baseArg = ('int', 'base', lambda i: i <= 36)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user