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/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'slixmpp/xmlstream/__init__.py') diff --git a/slixmpp/xmlstream/__init__.py b/slixmpp/xmlstream/__init__.py index fa192265..b9ab6dea 100644 --- a/slixmpp/xmlstream/__init__.py +++ b/slixmpp/xmlstream/__init__.py @@ -11,8 +11,7 @@ from slixmpp.xmlstream.stanzabase import StanzaBase, ElementBase, ET from slixmpp.xmlstream.stanzabase import register_stanza_plugin from slixmpp.xmlstream.tostring import tostring from slixmpp.xmlstream.xmlstream import XMLStream, RESPONSE_TIMEOUT -from slixmpp.xmlstream.xmlstream import RestartStream __all__ = ['JID', 'StanzaBase', 'ElementBase', 'ET', 'StateMachine', 'tostring', 'XMLStream', - 'RESPONSE_TIMEOUT', 'RestartStream'] + 'RESPONSE_TIMEOUT'] -- cgit v1.2.3