source:
python/trunk/Tools/webchecker/wcmac.py@
604
      
      | Last change on this file since 604 was 2, checked in by , 15 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.
    
