diff options
Diffstat (limited to 'tests/test_stream_xep_0249.py')
-rw-r--r-- | tests/test_stream_xep_0249.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_stream_xep_0249.py b/tests/test_stream_xep_0249.py index f49d1f7e..9a25253f 100644 --- a/tests/test_stream_xep_0249.py +++ b/tests/test_stream_xep_0249.py @@ -13,7 +13,6 @@ class TestStreamDirectInvite(SleekTest): """ def tearDown(self): - sys.excepthook = sys.__excepthook__ self.stream_close() def testReceiveInvite(self): |