wpt_csv_filter chmod + readme
This commit is contained in:
parent
0f9a067c91
commit
7caa002d31
8
webpagetest/README.md
Normal file
8
webpagetest/README.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Usage: wpt_csv_filter.py [options]
|
||||||
|
|
||||||
|
Options:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
-f FILE, --file=FILE wpt csv input file
|
||||||
|
-b BUGS, --bugs=BUGS ghostery (formated) bugs input file
|
||||||
|
-k, --keep keeps the non bugs html element
|
||||||
|
-s, --stats prints basic stats
|
||||||
2
webpagetest/wpt_csv_filter.py
Normal file → Executable file
2
webpagetest/wpt_csv_filter.py
Normal file → Executable file
@ -1,3 +1,5 @@
|
|||||||
|
#!/usr/bin/python2.7
|
||||||
|
|
||||||
import sys, csv, json, os
|
import sys, csv, json, os
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user