summaryrefslogtreecommitdiffstats
path: root/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'parsers')
-rw-r--r--parsers/caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index 305ee6c..e0232d9 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -11,6 +11,7 @@ def readcaves():
newArea = models.Area(short_name = "1626", parent = None)
newArea.save()
print "Entrances"
+ print "list of <Slug> <Filename>"
for filename in os.walk(settings.ENTRANCEDESCRIPTIONS).next()[2]: #Should be a better way of getting a list of files
readentrance(filename)
print "Caves"
@@ -74,7 +75,6 @@ def readentrance(filename):
cached_primary_slug = slugs[0])
e.save()
primary = True
- print "list of <Slug> <Filename>"
for slug in slugs:
print slug, filename
cs = models.EntranceSlug(entrance = e,