0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Tools/webchecker/wcmac.py

8 lines
194 B
Python
Raw Normal View History

1997-05-28 18:09:02 +02:00
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: ")