Author: dmeyer
Date: Fri Apr 21 16:58:05 2006
New Revision: 1432

Modified:
   trunk/beacon/src/client.py

Log:
compare query with None

Modified: trunk/beacon/src/client.py
==============================================================================
--- trunk/beacon/src/client.py  (original)
+++ trunk/beacon/src/client.py  Fri Apr 21 16:58:05 2006
@@ -170,7 +170,7 @@
         for a request.
         """
         for query in self._queries[:]:
-            if not query:
+            if query == None:
                 self._queries.remove(query)
                 continue
             if query.id == id:


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to