[Python-checkins] distutils2: removed uneeded class

tarek.ziade python-checkins at python.org
Fri Nov 5 03:00:54 CET 2010


tarek.ziade pushed 0b36771cbe37 to distutils2:

http://hg.python.org/distutils2/rev/0b36771cbe37
changeset:   791:0b36771cbe37
user:        Tarek Ziade <tarek at ziade.org>
date:        Fri Nov 05 03:00:42 2010 +0100
summary:     removed uneeded class
files:       distutils2/tests/support.py

diff --git a/distutils2/tests/support.py b/distutils2/tests/support.py
--- a/distutils2/tests/support.py
+++ b/distutils2/tests/support.py
@@ -78,13 +78,6 @@
         del self.logs[:]
 
 
-class LoggingSilencer(object):
-    "Class that raises an exception to make sure the renaming is noticed."
-
-    def __init__(self, *args):
-        raise DeprecationWarning("LoggingSilencer renamed to LoggingCatcher")
-
-
 class WarningsCatcher(object):
 
     def setUp(self):

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list