2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 18:37:18 +00:00
This commit is contained in:
substantialnoninfringinguser
2009-05-19 06:32:42 +01:00
parent e9eb00f65d
commit 9c1e978da2
17 changed files with 149 additions and 95 deletions

View File

@@ -137,7 +137,7 @@ def html_to_wiki(text):
return out
def LoadCaveTab(logfile=None):
cavetab = open(os.path.join(settings.EXPOWEB, "noinfo", "CAVETAB2.CSV"))
cavetab = open(os.path.join(settings.EXPOWEB, "noinfo", "CAVETAB2.CSV"),'rU')
caveReader = csv.reader(cavetab)
caveReader.next() # Strip out column headers