Merge from server

Adding lots to .hgignore
This commit is contained in:
expo
2011-07-14 04:26:39 +02:00
636 changed files with 8767 additions and 1884 deletions

View File

@@ -87,6 +87,10 @@ def parse_csvfile():
# Main routine:
if (not os.access('CS_BINARY', os.X_OK)):
print "%s not executable - skipping %s" % (CS_BINARY, __file__)
exit(1)
caveslist = parse_csvfile()
dplong = file("dplong.htm", "w")