delete duplication

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

View File

@@ -122,6 +122,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():