Author: Anton Gulenko <[email protected]>
Branch: storage-display-refactoring
Changeset: r927:3b12d3eb24dc
Date: 2014-07-21 17:02 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/3b12d3eb24dc/

Log:    Deleted obsolete Exception class

diff --git a/spyvm/model.py b/spyvm/model.py
--- a/spyvm/model.py
+++ b/spyvm/model.py
@@ -1467,8 +1467,3 @@
             if isinstance(s_class, ClassShadow):
                 return "%s >> #%s" % (s_class.getname(), self.lookup_selector)
         return "#%s" % self.lookup_selector
-
-class DetachingShadowError(Exception):
-    def __init__(self, old_shadow, new_shadow_class):
-        self.old_shadow = old_shadow
-        self.new_shadow_class = new_shadow_class
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to