forked from expo/troggle
no need to export to cavetab2 anymore
This commit is contained in:
parent
4b269bb234
commit
13cb2e9b0f
@ -118,12 +118,6 @@ def resetdesc():
|
||||
import_descriptions()
|
||||
parse_descriptions()
|
||||
|
||||
def export_cavetab():
|
||||
from export import tocavetab
|
||||
outfile=file(os.path.join(settings.EXPOWEB, "noinfo", "CAVETAB2.CSV"),'w')
|
||||
tocavetab.writeCaveTab(outfile)
|
||||
outfile.close()
|
||||
|
||||
def import_auto_logbooks():
|
||||
import parsers.logbooks
|
||||
import os
|
||||
|
Loading…
Reference in New Issue
Block a user