XEP-0323: Fix wrong import.
This commit is contained in:
parent
a4d3a4a25e
commit
7ddd37be29
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
from slixmpp import Iq, Message
|
||||
from slixmpp.xmlstream import register_stanza_plugin, ElementBase, ET, JID
|
||||
from re import match
|
||||
import re
|
||||
|
||||
class Sensordata(ElementBase):
|
||||
""" Placeholder for the namespace, not used as a stanza """
|
||||
|
|
Loading…
Reference in a new issue