Math: Move convertcore to the local directory

There's no need to try importing a system-wide copy (for now) as convertcore
is our own munging of convertall's code into a form that's easy for us to use.
This may change in the future.

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-03-11 19:58:21 -04:00
parent 3fd92e7f24
commit 22da325656
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
# Stub so local is a module, used for third-party modules

View File

@ -40,7 +40,7 @@ import supybot.utils as utils
from supybot.commands import *
import supybot.callbacks as callbacks
convertcore = utils.python.universalImport('convertcore', 'our_convertcore')
convertcore = utils.python.universalImport('local.convertcore')
baseArg = ('int', 'base', lambda i: i <= 36)