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

Removed unused confirm_config_name function

This commit is contained in:
2020-07-13 20:21:56 +02:00
parent 6a7dc474ac
commit 3e5e68d886

View File

@@ -39,10 +39,6 @@ def guess_extension(*args, **kwargs):
return ext
def confirm_config_name(name):
return name + '_again'
_filename_sanitize_unicode = frozenset(('\\', '|', '?', '*', '<',
'"', ':', '>', '+', '/') +
tuple(map(chr, range(32))))