[pypy-svn] r23832 - pypy/dist/pypy/lib/logic/computation_space

auc at codespeak.net auc at codespeak.net
Wed Mar 1 15:53:29 CET 2006


Author: auc
Date: Wed Mar  1 15:53:27 2006
New Revision: 23832

Modified:
   pypy/dist/pypy/lib/logic/computation_space/event.py
Log:
oops ...


Modified: pypy/dist/pypy/lib/logic/computation_space/event.py
==============================================================================
--- pypy/dist/pypy/lib/logic/computation_space/event.py	(original)
+++ pypy/dist/pypy/lib/logic/computation_space/event.py	Wed Mar  1 15:53:27 2006
@@ -8,7 +8,7 @@
         self.var = var
 
     def __eq__(self, other):
-        if not isinstance(other, Distributed): return False
+        if not isinstance(other, Revise): return False
         return self.var == other.var
 
     



More information about the Pypy-commit mailing list