]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/wcmac.py
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / webchecker / wcmac.py
1 import webchecker, sys
2 webchecker.DEFROOT = "http://www.python.org/python/"
3 webchecker.MAXPAGE = 50000
4 webchecker.verbose = 2
5 sys.argv.append('-x')
6 webchecker.main()
7 raw_input("\nCR to exit: ")