Bad indent...

This commit is contained in:
Charles Haley 2012-09-19 13:04:13 +02:00
parent 3a3b3536d1
commit d4d6083afb

View File

@ -651,13 +651,12 @@ class BuiltinFormatsPaths(BuiltinFormatterFunction):
name = 'formats_paths' name = 'formats_paths'
arg_count = 0 arg_count = 0
category = 'Get values from metadata' category = 'Get values from metadata'
__doc__ = doc = _('formats_paths() -- return a comma-separated list of ' __doc__ = doc = _('formats_paths() -- return a comma-separated list of '
'colon_separated items representing full path to ' 'colon_separated items representing full path to '
'the formats of a book. You can use the select ' 'the formats of a book. You can use the select '
'function to get the path for a specific ' 'function to get the path for a specific '
'format. Note that format names are always uppercase, ' 'format. Note that format names are always uppercase, '
'as in EPUB.' 'as in EPUB.')
)
def evaluate(self, formatter, kwargs, mi, locals): def evaluate(self, formatter, kwargs, mi, locals):
fmt_data = mi.get('format_metadata', {}) fmt_data = mi.get('format_metadata', {})