2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-31 07:22:32 +00:00

[svn] with command option

This commit is contained in:
goatchurch 2009-06-28 20:47:11 +01:00
parent ca7bc171c9
commit 4c87ce59d3

View File

@ -76,7 +76,13 @@ def export_cavetab():
tocavetab.writeCaveTab(outfile)
outfile.close()
if __name__ == "__main__":
import sys
if "reset" in sys.argv:
reset()
else:
print "Do 'python databaseReset.py reset'"