]> granicus.if.org Git - python/commitdiff
Tiny script to play with it on a Mac.
authorGuido van Rossum <guido@python.org>
Wed, 28 May 1997 16:09:02 +0000 (16:09 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 28 May 1997 16:09:02 +0000 (16:09 +0000)
Tools/webchecker/wcmac.py [new file with mode: 0644]

diff --git a/Tools/webchecker/wcmac.py b/Tools/webchecker/wcmac.py
new file mode 100644 (file)
index 0000000..9c8a199
--- /dev/null
@@ -0,0 +1,7 @@
+import webchecker, sys
+webchecker.DEFROOT = "http://www.python.org/python/"
+webchecker.MAXPAGE = 50000
+webchecker.verbose = 2
+sys.argv.append('-x')
+webchecker.main()
+raw_input("\nCR to exit: ")