mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-16 06:33:31 +01:00
Removed guess_all_extensions
This commit is contained in:
@@ -32,10 +32,6 @@ def init_mimetypes():
|
||||
'data/mime.types')])
|
||||
|
||||
|
||||
def guess_all_extensions(*args, **kwargs):
|
||||
return mimetypes.guess_all_extensions(*args, **kwargs)
|
||||
|
||||
|
||||
def guess_extension(*args, **kwargs):
|
||||
ext = mimetypes.guess_extension(*args, **kwargs)
|
||||
if not ext and args and args[0] == 'application/x-palmreader':
|
||||
|
||||
Reference in New Issue
Block a user