summaryrefslogtreecommitdiff
path: root/tests/test_stanza_xep_0009.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-02-07 10:18:15 -0500
committerLance Stout <lancestout@gmail.com>2011-02-07 10:18:15 -0500
commitaa1996eba60229f5c843f8d4aae8421a80b41981 (patch)
treee59e7c4b508b5a96dd4fe41e093e48165c346d5b /tests/test_stanza_xep_0009.py
parent683f717cf756b6487c9dcdfcc0aee4923da7f7c9 (diff)
downloadslixmpp-aa1996eba60229f5c843f8d4aae8421a80b41981.tar.gz
slixmpp-aa1996eba60229f5c843f8d4aae8421a80b41981.tar.bz2
slixmpp-aa1996eba60229f5c843f8d4aae8421a80b41981.tar.xz
slixmpp-aa1996eba60229f5c843f8d4aae8421a80b41981.zip
Fixed failing tests from new XEP-0009 plugin
Diffstat (limited to 'tests/test_stanza_xep_0009.py')
-rw-r--r--tests/test_stanza_xep_0009.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_stanza_xep_0009.py b/tests/test_stanza_xep_0009.py
index f6ab7ed0..6186dd90 100644
--- a/tests/test_stanza_xep_0009.py
+++ b/tests/test_stanza_xep_0009.py
@@ -6,9 +6,9 @@
See the file LICENSE for copying permission.
"""
-from sleekxmpp.plugins.old_0009 import py2xml
from sleekxmpp.plugins.xep_0009.stanza.RPC import RPCQuery, MethodCall, \
MethodResponse
+from sleekxmpp.plugins.xep_0009.binding import py2xml
from sleekxmpp.stanza.iq import Iq
from sleekxmpp.test.sleektest import SleekTest
from sleekxmpp.xmlstream.stanzabase import register_stanza_plugin
@@ -52,4 +52,4 @@ class TestJabberRPC(SleekTest):
""", use_values=False)
suite = unittest.TestLoader().loadTestsFromTestCase(TestJabberRPC)
- \ No newline at end of file
+