[pypy-svn] rev 732 - pypy/trunk/src/pypy/objspace/std/test

arigo at codespeak.net arigo at codespeak.net
Fri May 30 17:25:26 CEST 2003


Author: arigo
Date: Fri May 30 17:25:25 2003
New Revision: 732

Modified:
   pypy/trunk/src/pypy/objspace/std/test/test_multimethod.py
Log:
added W_ANY back for this test file

Modified: pypy/trunk/src/pypy/objspace/std/test/test_multimethod.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/std/test/test_multimethod.py	(original)
+++ pypy/trunk/src/pypy/objspace/std/test/test_multimethod.py	Fri May 30 17:25:25 2003
@@ -3,6 +3,7 @@
 
 from pypy.objspace.std.multimethod import *
 
+W_ANY = object
 
 
 class X:


More information about the Pypy-commit mailing list