summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0082.py
diff options
context:
space:
mode:
authorJean-Philippe Caruana <jp@barreverte.fr>2013-07-26 13:04:08 +0200
committerJean-Philippe Caruana <jp@barreverte.fr>2013-07-26 17:48:33 +0200
commit2c26fb0d76b550fddf64082c17de1054a7b23089 (patch)
treeb0ddc030975fcb1b6090924299243eaf3bb0d940 /sleekxmpp/plugins/xep_0082.py
parent18dde97c8cd377bbd2a1c9af816005b4ae473832 (diff)
downloadslixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.tar.gz
slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.tar.bz2
slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.tar.xz
slixmpp-2c26fb0d76b550fddf64082c17de1054a7b23089.zip
optimize imports
Diffstat (limited to 'sleekxmpp/plugins/xep_0082.py')
-rw-r--r--sleekxmpp/plugins/xep_0082.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0082.py b/sleekxmpp/plugins/xep_0082.py
index 02571fa7..26eb68fa 100644
--- a/sleekxmpp/plugins/xep_0082.py
+++ b/sleekxmpp/plugins/xep_0082.py
@@ -6,7 +6,6 @@
See the file LICENSE for copying permission.
"""
-import logging
import datetime as dt
from sleekxmpp.plugins import BasePlugin, register_plugin