diff options
author | Lance Stout <lancestout@gmail.com> | 2013-01-21 01:38:42 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2013-01-21 01:38:42 -0800 |
commit | 903e641457f30670af36a13b51ef0ab3e611bead (patch) | |
tree | 5d75ddb0728ddc5dc7b162779f8d0814a60472cd /sleekxmpp/plugins/google_settings/stanza.py | |
parent | f34b9399cc3fa8bb87d0271293a891533c8dacfd (diff) | |
download | slixmpp-903e641457f30670af36a13b51ef0ab3e611bead.tar.gz slixmpp-903e641457f30670af36a13b51ef0ab3e611bead.tar.bz2 slixmpp-903e641457f30670af36a13b51ef0ab3e611bead.tar.xz slixmpp-903e641457f30670af36a13b51ef0ab3e611bead.zip |
Fix issues in Google settings plugin.
Diffstat (limited to 'sleekxmpp/plugins/google_settings/stanza.py')
-rw-r--r-- | sleekxmpp/plugins/google_settings/stanza.py | 2 |
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): |