Commit e0a0d2ad authored by Andreas Jung's avatar Andreas Jung

sort import files

parent cd36f0e3
......@@ -653,6 +653,7 @@ class ObjectManager(
continue
listing += [f for f in os.listdir(directory)
if f.endswith('.zexp') or f.endswith('.xml')]
listing.sort()
return listing
# FTP support methods
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment