home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / BeOpen-Python-2.0.exe / WCMAC.PY < prev    next >
Encoding:
Text File  |  2000-09-28  |  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.