summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream/xmlstream.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-07-22 02:18:48 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-07-22 02:18:48 +0200
commitd3b56a5d9457325287df391b7b4b00a25409845d (patch)
tree630149acc1fa5184a3bd9bd31d5ac77a82e0e6b7 /slixmpp/xmlstream/xmlstream.py
parentf5d4334963247284a2fc50b286ecaaaf91f98adb (diff)
downloadslixmpp-d3b56a5d9457325287df391b7b4b00a25409845d.tar.gz
slixmpp-d3b56a5d9457325287df391b7b4b00a25409845d.tar.bz2
slixmpp-d3b56a5d9457325287df391b7b4b00a25409845d.tar.xz
slixmpp-d3b56a5d9457325287df391b7b4b00a25409845d.zip
Remove unused RestartStream exception
Diffstat (limited to 'slixmpp/xmlstream/xmlstream.py')
-rw-r--r--slixmpp/xmlstream/xmlstream.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/slixmpp/xmlstream/xmlstream.py b/slixmpp/xmlstream/xmlstream.py
index 9c0acaa7..1540ae7a 100644
--- a/slixmpp/xmlstream/xmlstream.py
+++ b/slixmpp/xmlstream/xmlstream.py
@@ -47,12 +47,6 @@ RESPONSE_TIMEOUT = 30
log = logging.getLogger(__name__)
-class RestartStream(Exception):
- """
- Exception to restart stream processing, including
- resending the stream header.
- """
-
class NotConnectedError(Exception):
"""
Raised when we try to send something over the wire but we are not