summaryrefslogtreecommitdiff
path: root/examples/pubsub_client.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-10-09 10:57:19 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-10-09 10:57:19 +0200
commitdda4e18b810e5f76bca78c80dfb8a3d32e4b5bcf (patch)
treed4729813c45e123526a74d4df722294d15b6b5a7 /examples/pubsub_client.py
parent8c09d932c8f377a1aff653474a08a59350fc9745 (diff)
downloadslixmpp-dda4e18b810e5f76bca78c80dfb8a3d32e4b5bcf.tar.gz
slixmpp-dda4e18b810e5f76bca78c80dfb8a3d32e4b5bcf.tar.bz2
slixmpp-dda4e18b810e5f76bca78c80dfb8a3d32e4b5bcf.tar.xz
slixmpp-dda4e18b810e5f76bca78c80dfb8a3d32e4b5bcf.zip
examples: Remove unused asyncio imports.
Diffstat (limited to 'examples/pubsub_client.py')
-rwxr-xr-xexamples/pubsub_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/pubsub_client.py b/examples/pubsub_client.py
index 675c01e3..480c7d89 100755
--- a/examples/pubsub_client.py
+++ b/examples/pubsub_client.py
@@ -5,7 +5,6 @@ import logging
from getpass import getpass
from argparse import ArgumentParser
-import asyncio
import slixmpp
from slixmpp.exceptions import XMPPError
from slixmpp.xmlstream import ET, tostring