From d3b56a5d9457325287df391b7b4b00a25409845d Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 22 Jul 2014 02:18:48 +0200 Subject: Remove unused RestartStream exception --- slixmpp/xmlstream/xmlstream.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'slixmpp/xmlstream/xmlstream.py') 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 -- cgit v1.2.3