Add cheat sheet info.

This commit is contained in:
Eratosthenes 2010-11-30 11:14:37 -05:00
parent 3f2e1dc0ee
commit d8f36ba777

2
pyfpdb/Anonymise.py Normal file → Executable file
View File

@ -26,6 +26,8 @@ import HandHistoryConverter
import Configuration
import sys
# command line is:
# ./Anonymise.py -f <valid path to HH file> -k <name of input filter>
(options, argv) = Options.fpdb_options()
config = Configuration.Config()