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

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"