diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-07-27 04:17:23 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-08-08 17:34:05 +0200 |
commit | e75a160d52f8850155fd1a62813bd532cf58ffc0 (patch) | |
tree | 45ecea1fc548b30465329b4d20643071f126db47 | |
parent | 170bd51387fc6c413833843242b15c4a59fb3860 (diff) | |
download | slixmpp-e75a160d52f8850155fd1a62813bd532cf58ffc0.tar.gz slixmpp-e75a160d52f8850155fd1a62813bd532cf58ffc0.tar.bz2 slixmpp-e75a160d52f8850155fd1a62813bd532cf58ffc0.tar.xz slixmpp-e75a160d52f8850155fd1a62813bd532cf58ffc0.zip |
Remove a useless line of code from “your first XMPP bot” example
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 5e60b1f9..92e17eec 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,7 +56,6 @@ Here's your first Slixmpp Bot: import logging from slixmpp import ClientXMPP - from slixmpp.exceptions import IqError, IqTimeout class EchoBot(ClientXMPP): |