2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-31 07:22:32 +00:00

login required for saving survex files

This commit is contained in:
goatchurch 2009-08-29 18:35:02 +01:00
parent 7509a76eb0
commit ce6fe2590d

View File

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