home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 March / INTERNET115.ISO / pc / software / windows / building / python / python_233.exe / WCMAC.PY < prev    next >
Encoding:
Text File  |  1997-05-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.