[wwwsearch-commits] r17025 - wwwsearch/ClientForm/trunk/examples

jjlee at codespeak.net jjlee at codespeak.net
Mon Aug 29 00:28:00 CEST 2005


Author: jjlee
Date: Mon Aug 29 00:27:59 2005
New Revision: 17025

Modified:
   wwwsearch/ClientForm/trunk/examples/example.py
Log:
Revert accidental commit to example.py

Modified: wwwsearch/ClientForm/trunk/examples/example.py
==============================================================================
--- wwwsearch/ClientForm/trunk/examples/example.py	(original)
+++ wwwsearch/ClientForm/trunk/examples/example.py	Mon Aug 29 00:27:59 2005
@@ -2,8 +2,7 @@
 
 import ClientForm
 import urllib2
-request = urllib2.Request("http://localhost/example.html")
-#request = urllib2.Request("http://wwwsearch.sf.net/ClientForm/example.html")
+request = urllib2.Request("http://wwwsearch.sf.net/ClientForm/example.html")
 response = urllib2.urlopen(request)
 forms = ClientForm.ParseResponse(response)
 response.close()


More information about the wwwsearch-commits mailing list