Author: Carl Friedrich Bolz <[email protected]> Branch: value-profiling Changeset: r81896:cf041c3153dd Date: 2016-01-21 21:49 +0100 http://bitbucket.org/pypy/pypy/changeset/cf041c3153dd/
Log: fix translation by killing dead import diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++ b/pypy/interpreter/pycode.py @@ -6,7 +6,7 @@ import dis, imp, struct, types, new, sys, os -from pypy.interpreter import eval, valueprof +from pypy.interpreter import eval from pypy.interpreter.signature import Signature from pypy.interpreter.error import OperationError from pypy.interpreter.gateway import unwrap_spec _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
