2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

no need to export to cavetab2 anymore

This commit is contained in:
Martin Green 2012-06-10 17:22:50 +01:00
parent f369f34c8f
commit d37001962b

View File

@ -117,12 +117,6 @@ def resetdesc():
desc.delete()
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