2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-05-22 18:56:05 +01:00

Made a prospecting guide and fixed survex station description. Removed parsing of underground descriptions to wikis.

This commit is contained in:
Martin Green
2012-08-10 19:02:13 +02:00
parent dd66ad835a
commit 79b7d32664
9 changed files with 85 additions and 70 deletions
+1
View File
@@ -73,6 +73,7 @@ def readentrance(filename):
e.save()
primary = True
for slug in slugs:
print slug, filename
cs = models.EntranceSlug(entrance = e,
slug = slug,
primary = primary)