2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 01:27:10 +00:00

Sort people by notability

Better errors and tidy
Nicer date formats
This commit is contained in:
Sam Wenham
2019-04-02 02:04:38 +01:00
parent b3089fafe9
commit d1d0c24ed8
5 changed files with 6 additions and 9 deletions

View File

@@ -174,9 +174,6 @@ def GetListDir(sdir):
ff = os.path.join(sdir, f)
res.append((f, ff, os.path.isdir(ff)))
return res
def LoadListScansFile(survexscansfolder):