diff options
author | Lance Stout <lancestout@gmail.com> | 2011-07-01 15:19:37 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-07-01 15:19:37 -0700 |
commit | 04def6d9256b0d5ef97d75b08ae9330d3c253948 (patch) | |
tree | 04d04ff175387c2bc31f26be0e360e33b9012a81 /tests/test_stream_xep_0128.py | |
parent | 634f5d691bab9855deddc4c201389bb60470d76e (diff) | |
parent | 2a2ac73845ffc8695e2bc55746f45e1a18d55e6c (diff) | |
download | slixmpp-04def6d9256b0d5ef97d75b08ae9330d3c253948.tar.gz slixmpp-04def6d9256b0d5ef97d75b08ae9330d3c253948.tar.bz2 slixmpp-04def6d9256b0d5ef97d75b08ae9330d3c253948.tar.xz slixmpp-04def6d9256b0d5ef97d75b08ae9330d3c253948.zip |
Merge branch 'develop' into stream_features
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): |