Index: trunk/tools/wsor/ts_samples/sample_talk_edits.py |
— | — | @@ -1,3 +1,10 @@ |
| 2 | +# |
| 3 | +# Sample talk page postings to newbie's talk pages in various languages. |
| 4 | +# |
| 5 | +# This script is intended to be run on the one of the toolserver machines. |
| 6 | +# |
| 7 | +# run python sample_talk_edits.py --help for command line parameters. |
| 8 | +# |
2 | 9 | import os, sys, logging, argparse, MySQLdb |
3 | 10 | |
4 | 11 | def clean(v): |