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:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user