diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-11-05 03:00:42 +0100 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-11-05 03:00:42 +0100 |
| commit | 013bba9bf7a821136e02cd687af1f0f78fc228d6 (patch) | |
| tree | 2482d79512b4112df84921c3540882858bcdae26 | |
| parent | cf81716822d0c23b61a11d8b20eaffd956661297 (diff) | |
| download | disutils2-013bba9bf7a821136e02cd687af1f0f78fc228d6.tar.gz | |
removed uneeded class
| -rw-r--r-- | distutils2/tests/support.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/distutils2/tests/support.py b/distutils2/tests/support.py index c33bf32..a5a6c21 100644 --- a/distutils2/tests/support.py +++ b/distutils2/tests/support.py @@ -78,13 +78,6 @@ class LoggingCatcher(object): 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): |
