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/features/feature_starttls/starttls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/features/feature_starttls/starttls.py') diff --git a/slixmpp/features/feature_starttls/starttls.py b/slixmpp/features/feature_starttls/starttls.py index 5aad8ed4..d472dad7 100644 --- a/slixmpp/features/feature_starttls/starttls.py +++ b/slixmpp/features/feature_starttls/starttls.py @@ -9,7 +9,7 @@ import logging from slixmpp.stanza import StreamFeatures -from slixmpp.xmlstream import RestartStream, register_stanza_plugin +from slixmpp.xmlstream import register_stanza_plugin from slixmpp.plugins import BasePlugin from slixmpp.xmlstream.matcher import MatchXPath from slixmpp.xmlstream.handler import Callback -- cgit v1.2.3