[svn r8419] fix paths for current svn layout

This commit is contained in:
expo 2009-07-16 14:22:41 +02:00
parent e9e37773e7
commit 6cd7abb299

View File

@ -44,7 +44,7 @@ def print_caveline(number, l, d, w, cave):
def parse_csvfile():
caveslist = []
print "Calculating SMK-system extent... ",
os.popen("cavern dataset/loser/smk-system -o noinfo/smk-system.3d")
os.popen("cavern ../loser/smk-system -o noinfo/smk-system.3d")
l,d,w = map(float, chomp(os.popen(CS_BINARY + " noinfo/smk-system -c ").read()).split("\t"))
caveslist.append(["", l,d,w, {"Name" : "<i>Schwarzmooskogelh&ouml;hlensystem</i>", "Autogen file" : ""}])
print "done\nParsing CSV file"