diff options
Diffstat (limited to 'AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcmac.py')
-rw-r--r-- | AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcmac.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcmac.py b/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcmac.py new file mode 100644 index 0000000000..efab29d6cb --- /dev/null +++ b/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcmac.py @@ -0,0 +1,7 @@ +import webchecker, sys
+webchecker.DEFROOT = "http://www.python.org/python/"
+webchecker.MAXPAGE = 50000
+webchecker.verbose = 2
+sys.argv.append('-x')
+webchecker.main()
+raw_input("\nCR to exit: ")
|