source:
trunk/essentials/dev-lang/python/Tools/webchecker/wcmac.py@
3315
| Last change on this file since 3315 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 194 bytes | |
| Line | |
|---|---|
| 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: ") |
Note:
See TracBrowser
for help on using the repository browser.
