summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-07-20 00:34:24 -0400
committerLance Stout <lancestout@gmail.com>2010-07-20 00:34:24 -0400
commit9ca4bba2def8cffe1c079ce98304f1fa89b95b75 (patch)
tree7610dc52a3cc39ff0118f3e3958489f927a4b3db /sleekxmpp/plugins
parentbb927c7e6ad75b190ab3aeea7fd71d8cd2118eed (diff)
downloadslixmpp-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/plugins')
-rw-r--r--sleekxmpp/plugins/xep_0128.py2
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):