summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/google_settings/stanza.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/plugins/google_settings/stanza.py')
-rw-r--r--sleekxmpp/plugins/google_settings/stanza.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/google_settings/stanza.py b/sleekxmpp/plugins/google_settings/stanza.py
index cc887880..d8161770 100644
--- a/sleekxmpp/plugins/google_settings/stanza.py
+++ b/sleekxmpp/plugins/google_settings/stanza.py
@@ -6,7 +6,7 @@
See the file LICENSE for copying permission.
"""
-from sleekxmpp.xmlstream import ElementBase, register_stanza_plugin
+from sleekxmpp.xmlstream import ET, ElementBase, register_stanza_plugin
class UserSettings(ElementBase):