Remove a useless line of code from “your first XMPP bot” example

This commit is contained in:
Florent Le Coz 2015-07-27 04:17:23 +02:00
parent 170bd51387
commit e75a160d52

View file

@ -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):