login required for saving survex files

This commit is contained in:
goatchurch 2009-08-29 18:35:02 +01:00
parent e6191e0852
commit b9d2f01b0d

View File

@ -29,6 +29,7 @@ def make_dirs():
os.mkdir(settings.PHOTOS_ROOT)
def import_cavetab():
import parsers.cavetab
print "importing cavetab"