[pypy-commit] pypy improve-errors-again: Oops, left a comment.

vext01 noreply at buildbot.pypy.org
Wed Aug 28 18:26:22 CEST 2013


Author: Edd Barrett <vext01 at gmail.com>
Branch: improve-errors-again
Changeset: r66417:a0b3bd524f32
Date: 2013-08-28 17:22 +0100
http://bitbucket.org/pypy/pypy/changeset/a0b3bd524f32/

Log:	Oops, left a comment.

diff --git a/rpython/annotator/classdef.py b/rpython/annotator/classdef.py
--- a/rpython/annotator/classdef.py
+++ b/rpython/annotator/classdef.py
@@ -429,7 +429,6 @@
                         result.extend(slots)
         return result
 
-#class NoSuchAttrError(Exception):
 class NoSuchAttrError(AnnotatorError):
     """Raised when an attribute is found on a class where __slots__
      or _attrs_ forbits it."""


More information about the pypy-commit mailing list