home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activepython / ActivePython-2.1.1.msi / Python21_Tools_webchecker_wcmac.py < prev    next >
Encoding:
Text File  |  2001-07-26  |  201 b   |  8 lines

  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: ")
  8.