2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-18 17:02:31 +00:00

login required for saving survex files

This commit is contained in:
goatchurch 2009-08-29 18:34:18 +01:00
parent 41eaa06e55
commit 7509a76eb0

View File

@ -28,6 +28,7 @@ def make_dirs():
if not os.path.isdir(settings.PHOTOS_ROOT):
os.mkdir(settings.PHOTOS_ROOT)
def import_cavetab():
import parsers.cavetab
print "importing cavetab"