[pypy-svn] r77198 - pypy/branch/resoperation-refactoring/pypy/jit/metainterp

antocuni at codespeak.net antocuni at codespeak.net
Mon Sep 20 13:15:07 CEST 2010


Author: antocuni
Date: Mon Sep 20 13:15:06 2010
New Revision: 77198

Modified:
   pypy/branch/resoperation-refactoring/pypy/jit/metainterp/resoperation.py
Log:
typo


Modified: pypy/branch/resoperation-refactoring/pypy/jit/metainterp/resoperation.py
==============================================================================
--- pypy/branch/resoperation-refactoring/pypy/jit/metainterp/resoperation.py	(original)
+++ pypy/branch/resoperation-refactoring/pypy/jit/metainterp/resoperation.py	Mon Sep 20 13:15:06 2010
@@ -62,7 +62,7 @@
     def getdescr(self):
         return None
 
-    def setdescr(self):
+    def setdescr(self, descr):
         raise NotImplementedError
 
     # common methods



More information about the Pypy-commit mailing list