summaryrefslogtreecommitdiff
path: root/tests/test_stanza_xep_0060.py
diff options
context:
space:
mode:
authorNathan Fritz <fritzy@netflint.net>2011-08-03 23:56:24 -0700
committerNathan Fritz <fritzy@netflint.net>2011-08-03 23:56:24 -0700
commit9ffdba8643ca8e52a30ce227331cd772a5fea6d1 (patch)
tree1c4bdf0529f326dea1ac3e071c5c82a4762f76f8 /tests/test_stanza_xep_0060.py
parent9591cd3a7e94a663675d97b1db93c2c585d948dc (diff)
downloadslixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.tar.gz
slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.tar.bz2
slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.tar.xz
slixmpp-9ffdba8643ca8e52a30ce227331cd772a5fea6d1.zip
the great xep_0060 re-organization in preperation for rewrite
Diffstat (limited to 'tests/test_stanza_xep_0060.py')
-rw-r--r--tests/test_stanza_xep_0060.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_xep_0060.py b/tests/test_stanza_xep_0060.py
index 8e6e820d..d42c11bd 100644
--- a/tests/test_stanza_xep_0060.py
+++ b/tests/test_stanza_xep_0060.py
@@ -1,6 +1,6 @@
from sleekxmpp.test import *
import sleekxmpp.plugins.xep_0004 as xep_0004
-import sleekxmpp.plugins.stanza_pubsub as pubsub
+import sleekxmpp.plugins.xep_0060.stanza as pubsub
class TestPubsubStanzas(SleekTest):