[svn r8004] fix path to cavestats

This commit is contained in:
expo
2008-08-06 13:49:35 +02:00
parent c0ccf197ab
commit 31b016ab97

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python
import sys,csv,os,cStringIO
CS_BINARY = "cavestats"
CS_BINARY = "noinfo/cavestats"
N = 30 # Number to include in "N longest" and "N deepest" lists
# Utility functions