2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 03:38:50 +00:00

delete duplication

This commit is contained in:
Philip Sargent
2020-05-28 02:09:36 +01:00
parent cb4128436c
commit d2192ffd21
2 changed files with 16 additions and 164 deletions

View File

@@ -123,6 +123,12 @@ def import_tunnelfiles():
#import logbooksdump
#def import_auto_logbooks():
#def dumplogbooks():
#def writeCaves():
# for cave in Cave.objects.all():
# cave.writeDataFile()
# for entrance in Entrance.objects.all():
# entrance.writeDataFile()
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
class JobQueue():