9 lines
301 B
Python
9 lines
301 B
Python
from __future__ import absolute_import
|
|
|
|
from navigation.api import register_sidebar_template
|
|
|
|
from .exceptions import (UnknownFileFormat, IdentifyError, UnkownConvertError,
|
|
OfficeConversionError, OfficeBackendError)
|
|
|
|
register_sidebar_template(['formats_list'], 'converter_file_formats_help.html')
|