diff options
Diffstat (limited to 'tests/test_stream_xep_0128.py')
-rw-r--r-- | tests/test_stream_xep_0128.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_stream_xep_0128.py b/tests/test_stream_xep_0128.py index 6fee6556..42fc9143 100644 --- a/tests/test_stream_xep_0128.py +++ b/tests/test_stream_xep_0128.py @@ -13,7 +13,6 @@ class TestStreamExtendedDisco(SleekTest): """ def tearDown(self): - sys.excepthook = sys.__excepthook__ self.stream_close() def testUsingExtendedInfo(self): |