mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
5a07f6a39c
commit
6ecefa928b
@ -84,7 +84,6 @@ else:
|
||||
|
||||
|
||||
def listdir(root, sort_by_mtime=False):
|
||||
|
||||
items = (os.path.join(root, x) for x in unicode_listdir(root))
|
||||
if sort_by_mtime:
|
||||
def safe_mtime(x):
|
||||
|
Loading…
x
Reference in New Issue
Block a user