mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b3bd088796
commit
16db1cad28
@ -28,8 +28,7 @@ class FormatterFunctions(object):
|
|||||||
error_function_body = ('def evaluate(self, formatter, kwargs, mi, locals):\n'
|
error_function_body = ('def evaluate(self, formatter, kwargs, mi, locals):\n'
|
||||||
'\treturn "' +
|
'\treturn "' +
|
||||||
_('Duplicate user function name {0}. '
|
_('Duplicate user function name {0}. '
|
||||||
'Change the name or ensure that the functions are identical')
|
'Change the name or ensure that the functions are identical') + '"')
|
||||||
+ '"')
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self._builtins = {}
|
self._builtins = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user