XEP-0323: Fix wrong import.
This commit is contained in:
parent
a4d3a4a25e
commit
7ddd37be29
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
from slixmpp import Iq, Message
|
from slixmpp import Iq, Message
|
||||||
from slixmpp.xmlstream import register_stanza_plugin, ElementBase, ET, JID
|
from slixmpp.xmlstream import register_stanza_plugin, ElementBase, ET, JID
|
||||||
from re import match
|
import re
|
||||||
|
|
||||||
class Sensordata(ElementBase):
|
class Sensordata(ElementBase):
|
||||||
""" Placeholder for the namespace, not used as a stanza """
|
""" Placeholder for the namespace, not used as a stanza """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user