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

jjlee at codespeak.net jjlee at codespeak.net
Thu May 24 22:29:55 CEST 2007


Author: jjlee
Date: Thu May 24 22:29:55 2007
New Revision: 43608

Modified:
   wwwsearch/ClientForm/trunk/ClientForm.py
Log:
Remove stray debugging code

Modified: wwwsearch/ClientForm/trunk/ClientForm.py
==============================================================================
--- wwwsearch/ClientForm/trunk/ClientForm.py	(original)
+++ wwwsearch/ClientForm/trunk/ClientForm.py	Thu May 24 22:29:55 2007
@@ -26,10 +26,6 @@
 
 """
 
-def hexid(x):
-    import struct
-    return hex(struct.unpack('I', struct.pack('i', id(x)))[0]).lower().strip("l")
-
 # XXX
 # add an __all__
 # Remove parser testing hack


More information about the wwwsearch-commits mailing list