summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0202/time.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0202/time.py')
-rw-r--r--slixmpp/plugins/xep_0202/time.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/slixmpp/plugins/xep_0202/time.py b/slixmpp/plugins/xep_0202/time.py
index 2c025f4a..fbf6b4f0 100644
--- a/slixmpp/plugins/xep_0202/time.py
+++ b/slixmpp/plugins/xep_0202/time.py
@@ -9,7 +9,6 @@
import logging
from slixmpp.stanza.iq import Iq
-from slixmpp import coroutine_wrapper
from slixmpp.xmlstream import register_stanza_plugin
from slixmpp.xmlstream.handler import Callback
from slixmpp.xmlstream.matcher import StanzaPath
@@ -77,7 +76,6 @@ class XEP_0202(BasePlugin):
iq['entity_time']['time'] = self.local_time(iq['to'])
iq.send()
- @coroutine_wrapper
def get_entity_time(self, to, ifrom=None, **iqargs):
"""
Request the time from another entity.