summaryrefslogtreecommitdiff
path: root/slixmpp/features/feature_starttls/starttls.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/features/feature_starttls/starttls.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/features/feature_starttls/starttls.py')
-rw-r--r--slixmpp/features/feature_starttls/starttls.py2
1 files changed, 1 insertions, 1 deletions
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