Author: Alexander Hesse <[email protected]> Branch: split-rpython Changeset: r59993:36b137f03142 Date: 2013-01-12 19:43 +0100 http://bitbucket.org/pypy/pypy/changeset/36b137f03142/
Log: Fixed import diff --git a/pypy/interpreter/test/test_argument.py b/pypy/interpreter/test/test_argument.py --- a/pypy/interpreter/test/test_argument.py +++ b/pypy/interpreter/test/test_argument.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- import py from pypy.interpreter.argument import (Arguments, ArgErr, ArgErrUnknownKwds, - ArgErrMultipleValues, ArgErrCount, Signature) + ArgErrMultipleValues, ArgErrCount) +from rpython.rtyper.signature import Signature from pypy.interpreter.error import OperationError _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
