From e75a160d52f8850155fd1a62813bd532cf58ffc0 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 27 Jul 2015 04:17:23 +0200 Subject: =?UTF-8?q?Remove=20a=20useless=20line=20of=20code=20from=20?= =?UTF-8?q?=E2=80=9Cyour=20first=20XMPP=20bot=E2=80=9D=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) 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): -- cgit v1.2.3