diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-07-22 02:18:48 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-07-22 02:18:48 +0200 |
commit | d3b56a5d9457325287df391b7b4b00a25409845d (patch) | |
tree | 630149acc1fa5184a3bd9bd31d5ac77a82e0e6b7 /docs/api | |
parent | f5d4334963247284a2fc50b286ecaaaf91f98adb (diff) | |
download | slixmpp-d3b56a5d9457325287df391b7b4b00a25409845d.tar.gz slixmpp-d3b56a5d9457325287df391b7b4b00a25409845d.tar.bz2 slixmpp-d3b56a5d9457325287df391b7b4b00a25409845d.tar.xz slixmpp-d3b56a5d9457325287df391b7b4b00a25409845d.zip |
Remove unused RestartStream exception
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/xmlstream/xmlstream.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api/xmlstream/xmlstream.rst b/docs/api/xmlstream/xmlstream.rst index ced2ed14..539e03ca 100644 --- a/docs/api/xmlstream/xmlstream.rst +++ b/docs/api/xmlstream/xmlstream.rst @@ -4,7 +4,5 @@ XML Stream .. module:: slixmpp.xmlstream.xmlstream -.. autoexception:: RestartStream - .. autoclass:: XMLStream :members: |