1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-03-05 00:15:54 +01:00

Removed forgotten error_message function

This commit is contained in:
2020-07-05 17:43:02 +02:00
parent c25d63fd05
commit df26a45a2e
2 changed files with 1 additions and 12 deletions

View File

@@ -8,12 +8,6 @@ import re, string, traceback, numbers
from ebook_converter import prints
from ebook_converter.constants_old import DEBUG
from ebook_converter.utils.formatter_functions import formatter_functions
from ebook_converter.polyglot.builtins import error_message
__license__ = 'GPL v3'
__copyright__ = '2010, Kovid Goyal <kovid@kovidgoyal.net>'
__docformat__ = 'restructuredtext en'
class _Parser(object):