mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-27 06:03:51 +01:00
...
This commit is contained in:
parent
5a07f6a39c
commit
6ecefa928b
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ def unicode_listdir(root):
|
|||
|
||||
|
||||
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…
Reference in a new issue