diff options
Diffstat (limited to 'examples/mam.py')
-rwxr-xr-x | examples/mam.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/mam.py b/examples/mam.py index 5f9dde3a..cd6b738a 100755 --- a/examples/mam.py +++ b/examples/mam.py @@ -15,7 +15,6 @@ from argparse import ArgumentParser import slixmpp from slixmpp.exceptions import XMPPError -from slixmpp import asyncio log = logging.getLogger(__name__) |