mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-25 16:01:29 +02:00
Removed unicode path function
This commit is contained in:
@@ -39,14 +39,6 @@ def guess_extension(*args, **kwargs):
|
||||
return ext
|
||||
|
||||
|
||||
def unicode_path(path, abs=False):
|
||||
if isinstance(path, bytes):
|
||||
path = path.decode(constants_old.filesystem_encoding)
|
||||
if abs:
|
||||
path = os.path.abspath(path)
|
||||
return path
|
||||
|
||||
|
||||
def confirm_config_name(name):
|
||||
return name + '_again'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user