Author: Edd Barrett <vex...@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."""
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to