diff options
author | Lance Stout <lancestout@gmail.com> | 2010-07-20 00:34:24 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-07-20 00:34:24 -0400 |
commit | 9ca4bba2def8cffe1c079ce98304f1fa89b95b75 (patch) | |
tree | 7610dc52a3cc39ff0118f3e3958489f927a4b3db /sleekxmpp | |
parent | bb927c7e6ad75b190ab3aeea7fd71d8cd2118eed (diff) | |
download | slixmpp-9ca4bba2def8cffe1c079ce98304f1fa89b95b75.tar.gz slixmpp-9ca4bba2def8cffe1c079ce98304f1fa89b95b75.tar.bz2 slixmpp-9ca4bba2def8cffe1c079ce98304f1fa89b95b75.tar.xz slixmpp-9ca4bba2def8cffe1c079ce98304f1fa89b95b75.zip |
Update XEP-0128 to use new xep_0004
Diffstat (limited to 'sleekxmpp')
-rw-r--r-- | sleekxmpp/plugins/xep_0128.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0128.py b/sleekxmpp/plugins/xep_0128.py index 7ba00bf5..dfe5829f 100644 --- a/sleekxmpp/plugins/xep_0128.py +++ b/sleekxmpp/plugins/xep_0128.py @@ -13,7 +13,7 @@ from .. xmlstream.matcher.xpath import MatchXPath from .. xmlstream.stanzabase import registerStanzaPlugin, ElementBase, ET, JID from .. stanza.iq import Iq from . xep_0030 import DiscoInfo, DiscoItems -from . alt_0004 import Form +from . xep_0004 import Form class xep_0128(base.base_plugin): |