Author: Manuel Jacob Branch: remove-remaining-smm Changeset: r69357:236e61adfc39 Date: 2014-02-24 18:23 +0100 http://bitbucket.org/pypy/pypy/changeset/236e61adfc39/
Log: Remove SMM -> StdObjSpaceMultiMethod alias. diff --git a/pypy/objspace/std/stdtypedef.py b/pypy/objspace/std/stdtypedef.py --- a/pypy/objspace/std/stdtypedef.py +++ b/pypy/objspace/std/stdtypedef.py @@ -10,9 +10,7 @@ from rpython.rlib import jit from rpython.tool.sourcetools import compile2 -__all__ = ['StdTypeDef', 'SMM'] - -SMM = StdObjSpaceMultiMethod +__all__ = ['StdTypeDef'] class StdTypeDef(TypeDef): _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
