XEP-0323: Fix wrong import.

This commit is contained in:
Emmanuel Gil Peyrot 2016-10-27 06:23:08 +01:00
parent a4d3a4a25e
commit 7ddd37be29

View file

@ -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 """