summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/databaseReset.py b/databaseReset.py
index 77a7b8a..748d0e3 100644
--- a/databaseReset.py
+++ b/databaseReset.py
@@ -65,10 +65,6 @@ def export_cavetab():
tocavetab.writeCaveTab(outfile)
outfile.close()
-def export_qms(): #finish this. need cave chooser
- from export import toqms
- outfile=file(os.path.join(settings.EXPOWEB, "noinfo", "CAVETAB2.CSV"),'w')
- outfile.close()