mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 10:42:55 +01:00
Added format to __builtins__.
This commit is contained in:
parent
90d95a006c
commit
e248012369
@ -31,11 +31,9 @@ import sys
|
|||||||
import os.path
|
import os.path
|
||||||
import dynamicScope
|
import dynamicScope
|
||||||
|
|
||||||
installDir = os.path.dirname(sys.modules[__name__].__file__)
|
import supybot.utils as utils
|
||||||
|
|
||||||
othersDir = os.path.join(installDir, 'others')
|
__builtins__['format'] = utils.str.format
|
||||||
|
|
||||||
sys.path.insert(0, othersDir)
|
|
||||||
|
|
||||||
class Author(object):
|
class Author(object):
|
||||||
def __init__(self, name=None, nick=None, email=None, **kwargs):
|
def __init__(self, name=None, nick=None, email=None, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user