[wwwsearch-commits] r22906 - wwwsearch/ClientForm/trunk

jjlee at codespeak.net jjlee at codespeak.net
Tue Jan 31 20:19:22 CET 2006


Author: jjlee
Date: Tue Jan 31 20:19:21 2006
New Revision: 22906

Modified:
   wwwsearch/ClientForm/trunk/ClientForm.py
Log:
Add missing import

Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py	(original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py	Tue Jan 31 20:19:21 2006
@@ -85,7 +85,7 @@
         else: return False
 
 import sys, urllib, urllib2, types, mimetools, copy, urlparse, \
-       htmlentitydefs, re
+       htmlentitydefs, re, random
 from urlparse import urljoin
 from cStringIO import StringIO
 


More information about the wwwsearch-commits mailing list