Update XEP-0128 to use new xep_0004

This commit is contained in:
Lance Stout 2010-07-20 00:34:24 -04:00
parent bb927c7e6a
commit 9ca4bba2de

View file

@ -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):