Author: Philip Jenvey <pjen...@underboss.org> Branch: py3.3 Changeset: r72617:7e04e788d910 Date: 2014-07-29 17:31 -0700 http://bitbucket.org/pypy/pypy/changeset/7e04e788d910/
Log: fix test_validate diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/validate.py --- a/pypy/interpreter/astcompiler/validate.py +++ b/pypy/interpreter/astcompiler/validate.py @@ -11,8 +11,7 @@ class ValidationError(Exception): - def __init__(self, message): - self.message = message + """Signals an invalid AST""" def expr_context_name(ctx): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit