Author: Alexander Hesse <[email protected]> Branch: split-rpython Changeset: r59928:155a4893645f Date: 2013-01-10 05:11 +0100 http://bitbucket.org/pypy/pypy/changeset/155a4893645f/
Log: Oops. Removed debug code diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py --- a/pypy/interpreter/astcompiler/assemble.py +++ b/pypy/interpreter/astcompiler/assemble.py @@ -5,8 +5,6 @@ from pypy.interpreter.astcompiler import ast, symtable from pypy.interpreter import pycode from pypy.tool import stdlib_opcode as ops -from rpython.tool import stdlib_opcode as ops2 -print dir(ops2) from pypy.interpreter.error import OperationError from rpython.rlib.objectmodel import we_are_translated _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
