mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
no need to export to cavetab2 anymore
This commit is contained in:
parent
f369f34c8f
commit
d37001962b
@ -118,12 +118,6 @@ def resetdesc():
|
|||||||
import_descriptions()
|
import_descriptions()
|
||||||
parse_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():
|
def import_auto_logbooks():
|
||||||
import parsers.logbooks
|
import parsers.logbooks
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user